blob: aac4c5c2e9ca5e4d162f6808e1cc0b7c7d66b0b9 [file] [log] [blame]
init(ext2, ext2.a)
preset(freestanding)
preset(optimize)
preset(debug)
preset(32)
preset(warn)
archetype(c)
CFLAGS += -I$(ROOT)/include/kernel
OBJECTS = ext2.o
type(static_lib)
finish