diff options
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 7352412e4917..60e51bcf53bd 100644 --- a/arch/arm/mach-omap2/Makefile +++ b/arch/arm/mach-omap2/Makefile | |||
@@ -108,6 +108,10 @@ obj-y += $(iommu-m) $(iommu-y) | |||
108 | i2c-omap-$(CONFIG_I2C_OMAP) := i2c.o | 108 | i2c-omap-$(CONFIG_I2C_OMAP) := i2c.o |
109 | obj-y += $(i2c-omap-m) $(i2c-omap-y) | 109 | obj-y += $(i2c-omap-m) $(i2c-omap-y) |
110 | 110 | ||
111 | ifneq ($(CONFIG_TIDSPBRIDGE),) | ||
112 | obj-y += dsp.o | ||
113 | endif | ||
114 | |||
111 | # Specific board support | 115 | # Specific board support |
112 | obj-$(CONFIG_MACH_OMAP_GENERIC) += board-generic.o | 116 | obj-$(CONFIG_MACH_OMAP_GENERIC) += board-generic.o |
113 | obj-$(CONFIG_MACH_OMAP_H4) += board-h4.o | 117 | obj-$(CONFIG_MACH_OMAP_H4) += board-h4.o |