From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-by2on0070.outbound.protection.outlook.com ([207.46.100.70]:32576 "EHLO na01-by2-obe.outbound.protection.outlook.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1757350AbbIVHTr (ORCPT ); Tue, 22 Sep 2015 03:19:47 -0400 From: Ley Foon Tan To: Bjorn Helgaas CC: , , , Ley Foon Tan , Subject: [PATCH 2/2] PCI: Build setup-irq.o for nios2 Date: Tue, 22 Sep 2015 15:19:27 +0800 Message-ID: <1442906367-10935-3-git-send-email-lftan@altera.com> In-Reply-To: <1442906367-10935-1-git-send-email-lftan@altera.com> References: <1442906367-10935-1-git-send-email-lftan@altera.com> MIME-Version: 1.0 Content-Type: text/plain Sender: linux-pci-owner@vger.kernel.org List-ID: nios2 requires setup-irq.o to provide pci_fixup_irqs() implementation. Signed-off-by: Ley Foon Tan --- 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