aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJayachandran C <jchandra@broadcom.com>2015-08-04 16:53:39 -0400
committerBjorn Helgaas <bhelgaas@google.com>2015-08-20 13:02:49 -0400
commit459a07721c113b807ffcaa7bc98dd5d26beb39d5 (patch)
tree741e14ceb7aae9f65c33127181e597146da5d8a3
parent499733e0cc1a00523c5056a690f65dea7b9da140 (diff)
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>
-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
33# 33#
34obj-$(CONFIG_ALPHA) += setup-irq.o 34obj-$(CONFIG_ALPHA) += setup-irq.o
35obj-$(CONFIG_ARM) += setup-irq.o 35obj-$(CONFIG_ARM) += setup-irq.o
36obj-$(CONFIG_ARM64) += setup-irq.o
36obj-$(CONFIG_UNICORE32) += setup-irq.o 37obj-$(CONFIG_UNICORE32) += setup-irq.o
37obj-$(CONFIG_SUPERH) += setup-irq.o 38obj-$(CONFIG_SUPERH) += setup-irq.o
38obj-$(CONFIG_MIPS) += setup-irq.o 39obj-$(CONFIG_MIPS) += setup-irq.o