summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorTony Lindgren <tony@atomide.com>2008-03-13 15:03:36 +0200
committerTony Lindgren <tony@atomide.com>2008-03-20 16:57:54 +0200
commit271c487e9110760c208758ba72971a531f675362 (patch)
tree009d51d6b8976116684e65743f5b5bb7ff3c49ee /arch
parent4de8c75b00181db8169438e9fa4fb7bdf0db72d5 (diff)
downloadlinux-3.10-271c487e9110760c208758ba72971a531f675362.tar.gz
linux-3.10-271c487e9110760c208758ba72971a531f675362.tar.bz2
linux-3.10-271c487e9110760c208758ba72971a531f675362.zip
ARM: OMAP: Fix missing makefile options
Although audio and dsp drivers are not integrated yet, allow compiling in mailbox and mcbsp to see any build warnings. Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/plat-omap/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/plat-omap/Makefile b/arch/arm/plat-omap/Makefile
index ce17df31b84..8f56c255d1e 100644
--- a/arch/arm/plat-omap/Makefile
+++ b/arch/arm/plat-omap/Makefile
@@ -14,9 +14,14 @@ obj-$(CONFIG_OMAP_32K_TIMER) += timer32k.o
# OCPI interconnect support for 1710, 1610 and 5912
obj-$(CONFIG_ARCH_OMAP16XX) += ocpi.o
+obj-$(CONFIG_OMAP_MCBSP) += mcbsp.o
obj-$(CONFIG_CPU_FREQ) += cpu-omap.o
obj-$(CONFIG_OMAP_DM_TIMER) += dmtimer.o
obj-$(CONFIG_OMAP_DEBUG_DEVICES) += debug-devices.o
obj-$(CONFIG_OMAP_DEBUG_LEDS) += debug-leds.o
obj-$(CONFIG_I2C_OMAP) += i2c.o
+
+# OMAP mailbox framework
+obj-$(CONFIG_OMAP_MBOX_FWK) += mailbox.o
+