diff options
Diffstat (limited to 'arch/arm/mach-omap2/Makefile')
-rw-r--r-- | arch/arm/mach-omap2/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/mach-omap2/Makefile b/arch/arm/mach-omap2/Makefile index 8e8c605ebefe..ea5a27ff9941 100644 --- a/arch/arm/mach-omap2/Makefile +++ b/arch/arm/mach-omap2/Makefile | |||
@@ -212,9 +212,6 @@ obj-$(CONFIG_SOC_OMAP5) += omap_hwmod_54xx_data.o | |||
212 | obj-$(CONFIG_OMAP3_EMU) += emu.o | 212 | obj-$(CONFIG_OMAP3_EMU) += emu.o |
213 | obj-$(CONFIG_HW_PERF_EVENTS) += pmu.o | 213 | obj-$(CONFIG_HW_PERF_EVENTS) += pmu.o |
214 | 214 | ||
215 | obj-$(CONFIG_OMAP_MBOX_FWK) += mailbox_mach.o | ||
216 | mailbox_mach-objs := mailbox.o | ||
217 | |||
218 | iommu-$(CONFIG_OMAP_IOMMU) := omap-iommu.o | 215 | iommu-$(CONFIG_OMAP_IOMMU) := omap-iommu.o |
219 | obj-y += $(iommu-m) $(iommu-y) | 216 | obj-y += $(iommu-m) $(iommu-y) |
220 | 217 | ||