diff options
author | Bjorn Helgaas <bhelgaas@google.com> | 2012-07-13 11:42:46 -0400 |
---|---|---|
committer | Bjorn Helgaas <bhelgaas@google.com> | 2012-07-13 11:42:46 -0400 |
commit | cfeeb34bc04648a61840e5376925cf9094da5ea6 (patch) | |
tree | 614dfb188b7cbfa4465509f2fdc72f11bd373e7f /drivers/pci | |
parent | 7569c43e4d3fbb0ef1a8db0db3c1d77111bf26ed (diff) | |
parent | 486ae3ea349264d84659db3a86636d7c7d94f14d (diff) |
Merge branch 'pci/greg-m68k' into next
* pci/greg-m68k:
PCI: build resource code for M68K architecture
Diffstat (limited to 'drivers/pci')
-rw-r--r-- | drivers/pci/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/pci/Makefile b/drivers/pci/Makefile index 01c001f3b766..8d688b260e28 100644 --- a/drivers/pci/Makefile +++ b/drivers/pci/Makefile | |||
@@ -49,6 +49,7 @@ obj-$(CONFIG_MN10300) += setup-bus.o | |||
49 | obj-$(CONFIG_MICROBLAZE) += setup-bus.o | 49 | obj-$(CONFIG_MICROBLAZE) += setup-bus.o |
50 | obj-$(CONFIG_TILE) += setup-bus.o setup-irq.o | 50 | obj-$(CONFIG_TILE) += setup-bus.o setup-irq.o |
51 | obj-$(CONFIG_SPARC_LEON) += setup-bus.o setup-irq.o | 51 | obj-$(CONFIG_SPARC_LEON) += setup-bus.o setup-irq.o |
52 | obj-$(CONFIG_M68K) += setup-bus.o setup-irq.o | ||
52 | 53 | ||
53 | # | 54 | # |
54 | # ACPI Related PCI FW Functions | 55 | # ACPI Related PCI FW Functions |