2005-04-17 00:20:36 +02:00
|
|
|
#
|
|
|
|
# Makefile for the Cobalt micro systems family specific parts of the kernel
|
|
|
|
#
|
|
|
|
|
2006-04-03 18:56:36 +02:00
|
|
|
obj-y := irq.o reset.o setup.o
|
2005-04-17 00:20:36 +02:00
|
|
|
|
2006-02-12 18:10:25 +01:00
|
|
|
obj-$(CONFIG_EARLY_PRINTK) += console.o
|
2007-02-20 06:11:57 +01:00
|
|
|
obj-$(CONFIG_MTD_PHYSMAP) += mtd.o
|