summaryrefslogtreecommitdiffstats
path: root/drivers/pci/Makefile
blob: edac1a53de783b73605e31e53ffaefe9b53d5907 (plain)
1
2
3
4
5
6
7
8
#
# Makefile for the PCI bus specific drivers.
#
obj-y		+= pci.o bus.o pci_iomap.o

ccflags-$(CONFIG_PCI_DEBUG) := -DDEBUG

CPPFLAGS += $(ccflags-y)