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