2005-07-10 18:58:15 +00:00
|
|
|
#
|
|
|
|
# Makefile for the linux kernel.
|
|
|
|
#
|
|
|
|
|
2013-01-11 19:24:20 +00:00
|
|
|
ccflags-$(CONFIG_ARCH_MULTIPLATFORM) := -I$(srctree)/arch/arm/plat-omap/include
|
|
|
|
|
2005-07-10 18:58:15 +00:00
|
|
|
# Common support
|
2012-12-16 19:39:40 +00:00
|
|
|
obj-y := sram.o dma.o counter_32k.o
|
2005-07-10 18:58:15 +00:00
|
|
|
|
2009-09-03 17:14:05 +00:00
|
|
|
# omap_device support (OMAP2+ only at the moment)
|
|
|
|
|
2005-09-07 16:20:26 +00:00
|
|
|
obj-$(CONFIG_OMAP_DM_TIMER) += dmtimer.o
|
2006-12-07 01:14:03 +00:00
|
|
|
obj-$(CONFIG_OMAP_DEBUG_LEDS) += debug-leds.o
|