From: Ley Foon Tan <lftan@altera.com>
To: Bjorn Helgaas <bhelgaas@google.com>
Cc: <linux-kernel@vger.kernel.org>, <linux-arch@vger.kernel.org>,
<linux-pci@vger.kernel.org>, Ley Foon Tan <lftan@altera.com>,
<lftan.linux@gmail.com>
Subject: [PATCH 2/2] PCI: Build setup-irq.o for nios2
Date: Tue, 22 Sep 2015 15:19:27 +0800 [thread overview]
Message-ID: <1442906367-10935-3-git-send-email-lftan@altera.com> (raw)
In-Reply-To: <1442906367-10935-1-git-send-email-lftan@altera.com>
nios2 requires setup-irq.o to provide pci_fixup_irqs() implementation.
Signed-off-by: Ley Foon Tan <lftan@altera.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
prev parent reply other threads:[~2015-09-22 7:19 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-09-22 7:19 [PATCH 0/2] Add PCI support on nios2 architecture Ley Foon Tan
2015-09-22 7:19 ` [PATCH 1/2] nios2: Add architectural support for PCIe Ley Foon Tan
2015-09-22 8:18 ` Arnd Bergmann
2015-09-22 10:53 ` Ley Foon Tan
2015-09-22 11:42 ` Arnd Bergmann
2015-09-29 3:12 ` Ley Foon Tan
2015-09-29 7:37 ` Arnd Bergmann
2015-09-29 10:00 ` Ley Foon Tan
2015-09-22 7:19 ` Ley Foon Tan [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1442906367-10935-3-git-send-email-lftan@altera.com \
--to=lftan@altera.com \
--cc=bhelgaas@google.com \
--cc=lftan.linux@gmail.com \
--cc=linux-arch@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-pci@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox