diff options
author | Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp> | 2007-03-05 19:10:03 +0900 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2007-04-27 16:20:23 +0100 |
commit | 2a9effc67804102d6d5182eb0116520588ae2256 (patch) | |
tree | 7ae021afd779f245050907fbab76c2e555491889 /arch/mips/cobalt/Makefile | |
parent | cc50b67dcd84c6215232c0e1c95e24786e555782 (diff) | |
download | op-kernel-dev-2a9effc67804102d6d5182eb0116520588ae2256.zip op-kernel-dev-2a9effc67804102d6d5182eb0116520588ae2256.tar.gz |
[MIPS] Cobalt: Split PCI codes from setup.c
It's removed #ifdef CONFIG_PCI/#endif from cobalt setup.c .
Signed-off-by: Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/cobalt/Makefile')
-rw-r--r-- | arch/mips/cobalt/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/cobalt/Makefile b/arch/mips/cobalt/Makefile index b36dd8f..de017c1 100644 --- a/arch/mips/cobalt/Makefile +++ b/arch/mips/cobalt/Makefile @@ -4,5 +4,6 @@ obj-y := irq.o reset.o setup.o +obj-$(CONFIG_PCI) += pci.o obj-$(CONFIG_EARLY_PRINTK) += console.o obj-$(CONFIG_MTD_PHYSMAP) += mtd.o |