All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] pci: add pci resource code to build for M68K architecture
@ 2012-07-13  3:49 ` gerg
  0 siblings, 0 replies; 3+ messages in thread
From: gerg @ 2012-07-13  3:49 UTC (permalink / raw)
  To: linux-pci, linux-m68k; +Cc: Greg Ungerer

From: Greg Ungerer <gerg@uclinux.org>

The ColdFire M54xx family of CPU cores (supported by the m68k arch code)
have PCI bus harwdare. We want to be able to use this and will need the
setup-bus.c and setup-irq.c helper functions. So when CONFIG_M68K is enabled
add them to the objs build list.

Signed-off-by: Greg Ungerer <gerg@uclinux.org>
---
 drivers/pci/Makefile |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/drivers/pci/Makefile b/drivers/pci/Makefile
index 01c001f..8d688b2 100644
--- a/drivers/pci/Makefile
+++ b/drivers/pci/Makefile
@@ -49,6 +49,7 @@ obj-$(CONFIG_MN10300) += setup-bus.o
 obj-$(CONFIG_MICROBLAZE) += setup-bus.o
 obj-$(CONFIG_TILE) += setup-bus.o setup-irq.o
 obj-$(CONFIG_SPARC_LEON) += setup-bus.o setup-irq.o
+obj-$(CONFIG_M68K) += setup-bus.o setup-irq.o
 
 #
 # ACPI Related PCI FW Functions
-- 
1.7.0.4

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-07-13 15:43 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-07-13  3:49 [PATCH] pci: add pci resource code to build for M68K architecture gerg
2012-07-13  3:49 ` gerg
2012-07-13 15:43 ` Bjorn Helgaas

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.