[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <1442906367-10935-3-git-send-email-lftan@altera.com>
Date: Tue, 22 Sep 2015 15:19:27 +0800
From: Ley Foon Tan <lftan@...era.com>
To: Bjorn Helgaas <bhelgaas@...gle.com>
CC: <linux-kernel@...r.kernel.org>, <linux-arch@...r.kernel.org>,
<linux-pci@...r.kernel.org>, Ley Foon Tan <lftan@...era.com>,
<lftan.linux@...il.com>
Subject: [PATCH 2/2] PCI: Build setup-irq.o for nios2
nios2 requires setup-irq.o to provide pci_fixup_irqs() implementation.
Signed-off-by: Ley Foon Tan <lftan@...era.com>
---
drivers/pci/Makefile | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/pci/Makefile b/drivers/pci/Makefile
index 73e4af4..db8efcd 100644
--- a/drivers/pci/Makefile
+++ b/drivers/pci/Makefile
@@ -39,6 +39,7 @@ obj-$(CONFIG_MIPS) += setup-irq.o
obj-$(CONFIG_TILE) += setup-irq.o
obj-$(CONFIG_SPARC_LEON) += setup-irq.o
obj-$(CONFIG_M68K) += setup-irq.o
+obj-$(CONFIG_NIOS2) += setup-irq.o
#
# ACPI Related PCI FW Functions
--
1.8.2.1
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists