e87dddeb92
Signed-off-by: Peter Horton <pdh@colonel-panic.org> Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
10 lines
195 B
Makefile
10 lines
195 B
Makefile
#
|
|
# Makefile for the Cobalt micro systems family specific parts of the kernel
|
|
#
|
|
|
|
obj-y := irq.o int-handler.o reset.o setup.o
|
|
|
|
obj-$(CONFIG_EARLY_PRINTK) += console.o
|
|
|
|
EXTRA_AFLAGS := $(CFLAGS)
|