diff options
Diffstat (limited to 'arch/arm/mach-omap2/Makefile')
-rw-r--r-- | arch/arm/mach-omap2/Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/arm/mach-omap2/Makefile b/arch/arm/mach-omap2/Makefile index f6a24b3f9c4f..7fed980acb93 100644 --- a/arch/arm/mach-omap2/Makefile +++ b/arch/arm/mach-omap2/Makefile | |||
@@ -199,11 +199,6 @@ obj-$(CONFIG_ARCH_OMAP4) += omap_hwmod_44xx_data.o | |||
199 | # EMU peripherals | 199 | # EMU peripherals |
200 | obj-$(CONFIG_OMAP3_EMU) += emu.o | 200 | obj-$(CONFIG_OMAP3_EMU) += emu.o |
201 | 201 | ||
202 | # L3 interconnect | ||
203 | obj-$(CONFIG_ARCH_OMAP3) += omap_l3_smx.o | ||
204 | obj-$(CONFIG_ARCH_OMAP4) += omap_l3_noc.o | ||
205 | obj-$(CONFIG_SOC_OMAP5) += omap_l3_noc.o | ||
206 | |||
207 | obj-$(CONFIG_OMAP_MBOX_FWK) += mailbox_mach.o | 202 | obj-$(CONFIG_OMAP_MBOX_FWK) += mailbox_mach.o |
208 | mailbox_mach-objs := mailbox.o | 203 | mailbox_mach-objs := mailbox.o |
209 | 204 | ||