forked from Minki/linux
2a9effc678
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>
10 lines
217 B
Makefile
10 lines
217 B
Makefile
#
|
|
# Makefile for the Cobalt micro systems family specific parts of the kernel
|
|
#
|
|
|
|
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
|