blob: 97a50e8883f949726912263af5075db15c4d61e8 [file] [log] [blame]
Tony Lindgren5e1c5ff2005-07-10 19:58:15 +01001#
2# Makefile for the linux kernel.
3#
4
Tony Lindgrena0694862013-01-11 11:24:20 -08005ccflags-$(CONFIG_ARCH_MULTIPLATFORM) := -I$(srctree)/arch/arm/plat-omap/include
6
Tony Lindgren5e1c5ff2005-07-10 19:58:15 +01007# Common support
Tony Lindgren16d60bb2012-12-16 11:39:40 -08008obj-y := sram.o dma.o counter_32k.o
Tony Lindgren5e1c5ff2005-07-10 19:58:15 +01009
Paul Walmsleyb04b65a2009-09-03 20:14:05 +030010# omap_device support (OMAP2+ only at the moment)
Paul Walmsleyb04b65a2009-09-03 20:14:05 +030011
Tony Lindgren92105bb2005-09-07 17:20:26 +010012obj-$(CONFIG_OMAP_DM_TIMER) += dmtimer.o
David Brownell994c84e2006-12-06 17:14:03 -080013obj-$(CONFIG_OMAP_DEBUG_LEDS) += debug-leds.o
Aaro Koskinene9516512009-03-04 10:07:41 -080014i2c-omap-$(CONFIG_I2C_OMAP) := i2c.o
15obj-y += $(i2c-omap-m) $(i2c-omap-y)
Tony Lindgren271c4872008-03-13 15:03:36 +020016