5c6aecbda8
Signed-off-by: Yoichi Yuasa <yuasa@linux-mips.org> Cc: linux-mips <linux-mips@linux-mips.org> Patchwork: https://patchwork.linux-mips.org/patch/1321/ Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
10 lines
260 B
Makefile
10 lines
260 B
Makefile
#
|
|
# Makefile for the Cobalt micro systems family specific parts of the kernel
|
|
#
|
|
|
|
obj-y := buttons.o irq.o lcd.o led.o reset.o rtc.o serial.o setup.o time.o
|
|
|
|
obj-$(CONFIG_PCI) += pci.o
|
|
obj-$(CONFIG_EARLY_PRINTK) += console.o
|
|
obj-$(CONFIG_MTD_PHYSMAP) += mtd.o
|