9
0
Fork 0
barebox/drivers/pci/Makefile

9 lines
149 B
Makefile

#
# Makefile for the PCI bus specific drivers.
#
obj-y += pci.o bus.o pci_iomap.o
ccflags-$(CONFIG_PCI_DEBUG) := -DDEBUG
CPPFLAGS += $(ccflags-y)