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 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 |