diff options
Diffstat (limited to 'drivers/pci/Makefile')
-rw-r--r-- | drivers/pci/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/pci/Makefile b/drivers/pci/Makefile index 0c3efcffa83b..6ebf5bf8e7a7 100644 --- a/drivers/pci/Makefile +++ b/drivers/pci/Makefile | |||
@@ -67,3 +67,6 @@ obj-$(CONFIG_XEN_PCIDEV_FRONTEND) += xen-pcifront.o | |||
67 | obj-$(CONFIG_OF) += of.o | 67 | obj-$(CONFIG_OF) += of.o |
68 | 68 | ||
69 | ccflags-$(CONFIG_PCI_DEBUG) := -DDEBUG | 69 | ccflags-$(CONFIG_PCI_DEBUG) := -DDEBUG |
70 | |||
71 | # PCI host controller drivers | ||
72 | obj-y += host/ | ||