blob: 720e757b2b6413cded55f094fc802bd565671412 (
plain)
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 int-handler.o reset.o setup.o
obj-$(CONFIG_EARLY_PRINTK) += console.o
EXTRA_AFLAGS := $(CFLAGS)
|