aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/Makefile
diff options
context:
space:
mode:
authorGuanXuetao <gxt@mprc.pku.edu.cn>2011-01-15 05:25:14 -0500
committerGuanXuetao <gxt@mprc.pku.edu.cn>2011-03-16 21:19:15 -0400
commit700598cef866011b878f389c30414d31fa5bb87b (patch)
tree2b09be08a2099fbf2bce706aa18d0b013e926e2c /drivers/pci/Makefile
parentb08b4f8e63e60a64f81e194269be14afee396f33 (diff)
unicore32 machine related files: pci bus handling
This patch implements arch-specific pci bus driver. Signed-off-by: Guan Xuetao <gxt@mprc.pku.edu.cn>
Diffstat (limited to 'drivers/pci/Makefile')
-rw-r--r--drivers/pci/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/pci/Makefile b/drivers/pci/Makefile
index 98e6fdf34d30..77cf813ba264 100644
--- a/drivers/pci/Makefile
+++ b/drivers/pci/Makefile
@@ -42,6 +42,7 @@ obj-$(CONFIG_PCI_IOV) += iov.o
42obj-$(CONFIG_X86) += setup-bus.o 42obj-$(CONFIG_X86) += setup-bus.o
43obj-$(CONFIG_ALPHA) += setup-bus.o setup-irq.o 43obj-$(CONFIG_ALPHA) += setup-bus.o setup-irq.o
44obj-$(CONFIG_ARM) += setup-bus.o setup-irq.o 44obj-$(CONFIG_ARM) += setup-bus.o setup-irq.o
45obj-$(CONFIG_UNICORE32) += setup-bus.o setup-irq.o
45obj-$(CONFIG_PARISC) += setup-bus.o 46obj-$(CONFIG_PARISC) += setup-bus.o
46obj-$(CONFIG_SUPERH) += setup-bus.o setup-irq.o 47obj-$(CONFIG_SUPERH) += setup-bus.o setup-irq.o
47obj-$(CONFIG_PPC) += setup-bus.o 48obj-$(CONFIG_PPC) += setup-bus.o