Makefile 189 B

12345678
  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. obj-$(CONFIG_MTD_PHYSMAP) += mtd.o