2005-04-16 18:20:36 -04:00
|
|
|
#
|
|
|
|
# Makefile for the Cobalt micro systems family specific parts of the kernel
|
|
|
|
#
|
|
|
|
|
2006-04-03 12:56:36 -04:00
|
|
|
obj-y := irq.o reset.o setup.o
|
2005-04-16 18:20:36 -04:00
|
|
|
|
2006-02-12 12:10:25 -05:00
|
|
|
obj-$(CONFIG_EARLY_PRINTK) += console.o
|
|
|
|
|
2005-04-16 18:20:36 -04:00
|
|
|
EXTRA_AFLAGS := $(CFLAGS)
|