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