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