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
|
2009-03-04 18:07:41 +00:00
|
|
|
i2c-omap-$(CONFIG_I2C_OMAP) := i2c.o
|
|
|
|
obj-y += $(i2c-omap-m) $(i2c-omap-y)
|
2008-03-13 13:03:36 +00:00
|
|
|
|