aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/Makefile
diff options
context:
space:
mode:
authorJayachandran C <jchandra@broadcom.com>2015-08-05 02:23:39 +0530
committerBjorn Helgaas <bhelgaas@google.com>2015-08-20 12:02:49 -0500
commit459a07721c113b807ffcaa7bc98dd5d26beb39d5 (patch)
tree741e14ceb7aae9f65c33127181e597146da5d8a3 /drivers/pci/Makefile
parentPCI: generic: Remove dependency on ARM-specific struct hw_pci (diff)
downloadlinux-dev-459a07721c113b807ffcaa7bc98dd5d26beb39d5.tar.xz
linux-dev-459a07721c113b807ffcaa7bc98dd5d26beb39d5.zip
PCI: Build setup-irq.o for arm64
ARM64 requires setup-irq.o to provide pci_fixup_irqs() implementation. We are adding this now to support the pci-host-generic host controller, but we enable it for ARM64 PCI so that other host controllers can use this as well. Signed-off-by: Jayachandran C <jchandra@broadcom.com> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Diffstat (limited to 'drivers/pci/Makefile')
-rw-r--r--drivers/pci/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/pci/Makefile b/drivers/pci/Makefile
index 73e4af400a5a..be3f631c3f75 100644
--- a/drivers/pci/Makefile
+++ b/drivers/pci/Makefile
@@ -33,6 +33,7 @@ obj-$(CONFIG_PCI_IOV) += iov.o
#
obj-$(CONFIG_ALPHA) += setup-irq.o
obj-$(CONFIG_ARM) += setup-irq.o
+obj-$(CONFIG_ARM64) += setup-irq.o
obj-$(CONFIG_UNICORE32) += setup-irq.o
obj-$(CONFIG_SUPERH) += setup-irq.o
obj-$(CONFIG_MIPS) += setup-irq.o