diff options
Diffstat (limited to 'drivers/pci/Makefile')
-rw-r--r-- | drivers/pci/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/pci/Makefile b/drivers/pci/Makefile index c85f744270a5..f27f4a1488a1 100644 --- a/drivers/pci/Makefile +++ b/drivers/pci/Makefile | |||
@@ -70,4 +70,6 @@ obj-$(CONFIG_PCI_STUB) += pci-stub.o | |||
70 | 70 | ||
71 | obj-$(CONFIG_XEN_PCIDEV_FRONTEND) += xen-pcifront.o | 71 | obj-$(CONFIG_XEN_PCIDEV_FRONTEND) += xen-pcifront.o |
72 | 72 | ||
73 | obj-$(CONFIG_OF) += of.o | ||
74 | |||
73 | ccflags-$(CONFIG_PCI_DEBUG) := -DDEBUG | 75 | ccflags-$(CONFIG_PCI_DEBUG) := -DDEBUG |