Git - code.swisschili.sh
code.swisschili.sh
/
bluejay
/
refs/heads/master
/
.
/
src
/
kernel
/
dri
/
ahci
/
Jmk
blob: dd2d4be39d06d403820f51cc1be74ba83cf84359 [
file
] [
log
] [
blame
]
swissChili
0d24883
2021-04-08 18:16:02 -0700
[
diff
] [
blame
]
1
init
(
ahci
,
ahci
.
a
)
2
3
preset
(
freestanding
)
4
preset
(
optimize
)
5
preset
(
debug
)
6
preset
(
32
)
7
preset
(
warn
)
8
9
CFLAGS
+=
-
I $
(
ROOT
)/
include
/
kernel
10
11
archetype
(
c
)
12
13
OBJECTS
=
ahci
.
o
14
15
type
(
static_lib
)
16
17
finish