b0cc114c04
Signed-off-by: Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp> Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
9 lines
241 B
Makefile
9 lines
241 B
Makefile
#
|
|
# Makefile for the Cobalt micro systems family specific parts of the kernel
|
|
#
|
|
|
|
obj-y := buttons.o irq.o reset.o rtc.o serial.o setup.o
|
|
|
|
obj-$(CONFIG_PCI) += pci.o
|
|
obj-$(CONFIG_EARLY_PRINTK) += console.o
|
|
obj-$(CONFIG_MTD_PHYSMAP) += mtd.o
|