Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[deliverable/linux.git] / arch / arm / plat-omap / Makefile
CommitLineData
5e1c5ff4
TL
1#
2# Makefile for the linux kernel.
3#
4
a0694861
TL
5ccflags-$(CONFIG_ARCH_MULTIPLATFORM) := -I$(srctree)/arch/arm/plat-omap/include
6
5e1c5ff4 7# Common support
16d60bb8 8obj-y := sram.o dma.o counter_32k.o
5e1c5ff4 9
b04b65ab 10# omap_device support (OMAP2+ only at the moment)
b04b65ab 11
92105bb7 12obj-$(CONFIG_OMAP_DM_TIMER) += dmtimer.o
994c84ea 13obj-$(CONFIG_OMAP_DEBUG_LEDS) += debug-leds.o
e9516516
AK
14i2c-omap-$(CONFIG_I2C_OMAP) := i2c.o
15obj-y += $(i2c-omap-m) $(i2c-omap-y)
271c487e 16
This page took 0.694168 seconds and 5 git commands to generate.