blob: 47e186729d44762614529268cdeaf087a7651cb4 [file] [log] [blame]
rjw1f884582022-01-06 17:20:42 +08001#
2# Makefile for the linux kernel.
3#
4
5ccflags-$(CONFIG_ARCH_MULTIPLATFORM) := -I$(srctree)/arch/arm/plat-omap/include
6
7# Common support
8obj-y := sram.o dma.o counter_32k.o
9
10# omap_device support (OMAP2+ only at the moment)
11
12obj-$(CONFIG_OMAP_DM_TIMER) += dmtimer.o
13obj-$(CONFIG_OMAP_DEBUG_LEDS) += debug-leds.o