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