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