blob: 225ac8f34ccd574cb3dd6f9d68d9d569c4782ada (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
#
# Makefile for the Cobalt micro systems family specific parts of the kernel
#
obj-y := irq.o reset.o setup.o
obj-$(CONFIG_EARLY_PRINTK) += console.o
EXTRA_AFLAGS := $(CFLAGS)
|