diff options
author | GuanXuetao <gxt@mprc.pku.edu.cn> | 2011-01-15 18:25:14 +0800 |
---|---|---|
committer | GuanXuetao <gxt@mprc.pku.edu.cn> | 2011-03-17 09:19:15 +0800 |
commit | 700598cef866011b878f389c30414d31fa5bb87b (patch) | |
tree | 2b09be08a2099fbf2bce706aa18d0b013e926e2c /drivers/pci/Makefile | |
parent | b08b4f8e63e60a64f81e194269be14afee396f33 (diff) | |
download | blackbird-op-linux-700598cef866011b878f389c30414d31fa5bb87b.tar.gz blackbird-op-linux-700598cef866011b878f389c30414d31fa5bb87b.zip |
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/Makefile | 1 |
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 obj-$(CONFIG_X86) += setup-bus.o obj-$(CONFIG_ALPHA) += setup-bus.o setup-irq.o obj-$(CONFIG_ARM) += setup-bus.o setup-irq.o +obj-$(CONFIG_UNICORE32) += setup-bus.o setup-irq.o obj-$(CONFIG_PARISC) += setup-bus.o obj-$(CONFIG_SUPERH) += setup-bus.o setup-irq.o obj-$(CONFIG_PPC) += setup-bus.o |