Makefile 181 B

123456789
  1. #
  2. # Makefile for the Cobalt micro systems family specific parts of the kernel
  3. #
  4. obj-y := irq.o reset.o setup.o
  5. obj-$(CONFIG_EARLY_PRINTK) += console.o
  6. EXTRA_AFLAGS := $(CFLAGS)