aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/Makefile
diff options
context:
space:
mode:
authorFelipe Contreras <felipe.contreras@gmail.com>2010-10-04 19:09:14 +0300
committerGreg Kroah-Hartman <gregkh@suse.de>2010-10-05 12:05:11 -0700
commit90173882ed15a8034d6d162da5f343a2c7d87587 (patch)
treeca7a366d93b4d93aa5d43d6e0005b13efee49866 /arch/arm/mach-omap2/Makefile
parent07dea29a110b610a82ab7ecfea99b617d51c4965 (diff)
downloadkernel_samsung_smdk4412-90173882ed15a8034d6d162da5f343a2c7d87587.zip
kernel_samsung_smdk4412-90173882ed15a8034d6d162da5f343a2c7d87587.tar.gz
kernel_samsung_smdk4412-90173882ed15a8034d6d162da5f343a2c7d87587.tar.bz2
omap: add dsp platform device
Otherwise tidspbridge cannot work. It looks like this was dropped in the conversion to staging. I took the liberty of doing some cleaning up. Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com> Acked-by: Tony Lindgren <tony@atomide.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'arch/arm/mach-omap2/Makefile')
-rw-r--r--arch/arm/mach-omap2/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/Makefile b/arch/arm/mach-omap2/Makefile
index 88d3a1e..58288a4 100644
--- a/arch/arm/mach-omap2/Makefile
+++ b/arch/arm/mach-omap2/Makefile
@@ -102,6 +102,10 @@ obj-y += $(iommu-m) $(iommu-y)
i2c-omap-$(CONFIG_I2C_OMAP) := i2c.o
obj-y += $(i2c-omap-m) $(i2c-omap-y)
+ifneq ($(CONFIG_TIDSPBRIDGE),)
+obj-y += dsp.o
+endif
+
# Specific board support
obj-$(CONFIG_MACH_OMAP_GENERIC) += board-generic.o
obj-$(CONFIG_MACH_OMAP_H4) += board-h4.o