ARM: shmobile: r8a7791: add R-Car sound support on DTSI
[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
TL
9obj-m :=
10obj-n :=
11obj- :=
12
b04b65ab 13# omap_device support (OMAP2+ only at the moment)
b04b65ab 14
92105bb7 15obj-$(CONFIG_OMAP_DM_TIMER) += dmtimer.o
994c84ea 16obj-$(CONFIG_OMAP_DEBUG_LEDS) += debug-leds.o
e9516516
AK
17i2c-omap-$(CONFIG_I2C_OMAP) := i2c.o
18obj-y += $(i2c-omap-m) $(i2c-omap-y)
271c487e 19
This page took 0.703943 seconds and 5 git commands to generate.