mirror of
https://github.com/torvalds/linux.git
synced 2024-11-01 17:51:43 +00:00
1097c6ac33
And make use of it for Cobalt. A few others such as the Malta could make use of it as well. Signed-off-by: Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp> Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
12 lines
279 B
Makefile
12 lines
279 B
Makefile
#
|
|
# Makefile for the Cobalt micro systems family specific parts of the kernel
|
|
#
|
|
|
|
obj-y := buttons.o irq.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
|
|
|
|
EXTRA_CFLAGS += -Werror
|