blob: b0da0c32216803740bbfd491ac79bac2d4d00900 [file] [log] [blame]
swissChilief829f32021-06-13 20:00:54 -07001init(ext2, ext2.a)
2
3preset(freestanding)
4preset(optimize)
5preset(debug)
6preset(32)
7preset(warn)
8
9archetype(c)
10
11CFLAGS += -I/include/kernel
12
13OBJECTS = ext2.o
14
15type(static_lib)
16
17finish