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