Makefile 270 B

12345678910111213
  1. #
  2. # Makefile for the linux kernel.
  3. #
  4. ccflags-$(CONFIG_ARCH_MULTIPLATFORM) := -I$(srctree)/arch/arm/plat-omap/include
  5. # Common support
  6. obj-y := sram.o dma.o counter_32k.o
  7. # omap_device support (OMAP2+ only at the moment)
  8. obj-$(CONFIG_OMAP_DEBUG_LEDS) += debug-leds.o