blob: dd2d4be39d06d403820f51cc1be74ba83cf84359 [file] [log] [blame]
swissChili0d248832021-04-08 18:16:02 -07001init(ahci, ahci.a)
2
3preset(freestanding)
4preset(optimize)
5preset(debug)
6preset(32)
7preset(warn)
8
9CFLAGS += -I $(ROOT)/include/kernel
10
11archetype(c)
12
13OBJECTS = ahci.o
14
15type(static_lib)
16
17finish