Git - code.swisschili.sh
code.swisschili.sh
/
bluejay
/
01ba07f7bd456375552a06e158fdd4acb3cd0325
/
.
/
src
/
kernel
/
dri
/
fs
/
ext2
/
Jmk
blob: 8ad9344ce6f74315b3b2bb34378300f0c0276b8e [
file
] [
log
] [
blame
]
# -*- mode:makefile -*-
init
(
ext2
,
ext2
.
a
)
preset
(
freestanding
)
preset
(
optimize
)
preset
(
debug
)
preset
(
32
)
preset
(
warn
)
archetype
(
c
)
CFLAGS
+=
-
I$
(
ROOT
)/
include
/
kernel
OBJECTS
=
ext2
.
o ext2_vfs
.
o
type
(
static_lib
)
finish