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