diff options
Diffstat (limited to 'arch/arm/mach-omap2/Makefile')
-rw-r--r-- | arch/arm/mach-omap2/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/Makefile b/arch/arm/mach-omap2/Makefile index 1c3635d7f4cf..e4c9bb3ad894 100644 --- a/arch/arm/mach-omap2/Makefile +++ b/arch/arm/mach-omap2/Makefile | |||
@@ -135,6 +135,9 @@ obj-$(CONFIG_ARCH_OMAP4) += omap_hwmod_44xx_data.o | |||
135 | # EMU peripherals | 135 | # EMU peripherals |
136 | obj-$(CONFIG_OMAP3_EMU) += emu.o | 136 | obj-$(CONFIG_OMAP3_EMU) += emu.o |
137 | 137 | ||
138 | # L3 interconnect | ||
139 | obj-$(CONFIG_ARCH_OMAP3) += omap_l3_smx.o | ||
140 | |||
138 | obj-$(CONFIG_OMAP_MBOX_FWK) += mailbox_mach.o | 141 | obj-$(CONFIG_OMAP_MBOX_FWK) += mailbox_mach.o |
139 | mailbox_mach-objs := mailbox.o | 142 | mailbox_mach-objs := mailbox.o |
140 | 143 | ||