blob: 4950d744bce2a3509cf77d6a3abaf9effdf4eccd [file] [log] [blame]
swissChili0d248832021-04-08 18:16:02 -07001init(pci, pci.a)
2
3preset(freestanding)
4preset(optimize)
5preset(debug)
6preset(32)
7preset(warn)
8
swissChili0d248832021-04-08 18:16:02 -07009archetype(c)
10
swissChilie8491742021-04-08 20:38:06 -070011CFLAGS += -I$(ROOT)/include/kernel
12
swissChili0d248832021-04-08 18:16:02 -070013OBJECTS = pci.o
14
15type(static_lib)
16
17finish