blob: 4950d744bce2a3509cf77d6a3abaf9effdf4eccd [file] [log] [blame]
init(pci, pci.a)
preset(freestanding)
preset(optimize)
preset(debug)
preset(32)
preset(warn)
archetype(c)
CFLAGS += -I$(ROOT)/include/kernel
OBJECTS = pci.o
type(static_lib)
finish