diff options
author | Felipe Contreras <felipe.contreras@gmail.com> | 2010-10-04 12:09:14 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2010-10-05 15:05:11 -0400 |
commit | 90173882ed15a8034d6d162da5f343a2c7d87587 (patch) | |
tree | ca7a366d93b4d93aa5d43d6e0005b13efee49866 /arch/arm/mach-omap2/Makefile | |
parent | 07dea29a110b610a82ab7ecfea99b617d51c4965 (diff) |
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/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/Makefile b/arch/arm/mach-omap2/Makefile index 88d3a1e920f5..58288a4771e1 100644 --- a/arch/arm/mach-omap2/Makefile +++ b/arch/arm/mach-omap2/Makefile | |||
@@ -102,6 +102,10 @@ obj-y += $(iommu-m) $(iommu-y) | |||
102 | i2c-omap-$(CONFIG_I2C_OMAP) := i2c.o | 102 | i2c-omap-$(CONFIG_I2C_OMAP) := i2c.o |
103 | obj-y += $(i2c-omap-m) $(i2c-omap-y) | 103 | obj-y += $(i2c-omap-m) $(i2c-omap-y) |
104 | 104 | ||
105 | ifneq ($(CONFIG_TIDSPBRIDGE),) | ||
106 | obj-y += dsp.o | ||
107 | endif | ||
108 | |||
105 | # Specific board support | 109 | # Specific board support |
106 | obj-$(CONFIG_MACH_OMAP_GENERIC) += board-generic.o | 110 | obj-$(CONFIG_MACH_OMAP_GENERIC) += board-generic.o |
107 | obj-$(CONFIG_MACH_OMAP_H4) += board-h4.o | 111 | obj-$(CONFIG_MACH_OMAP_H4) += board-h4.o |