summaryrefslogtreecommitdiff
path: root/arch/arm/mach-omap2
diff options
context:
space:
mode:
authorSubramaniam C.A <x0110354@linuxomap.(none)>2009-07-23 12:56:11 +0530
committerHari Kanigeri <h-kanigeri2@ti.com>2009-11-06 17:54:19 -0600
commita3a99e72e30869b87e6c4d8f6faccaffaca8c8cd (patch)
treeb2b41fec8412d93766f21f4082f70017c2c84503 /arch/arm/mach-omap2
parente41e7059aec4bc182aa3f6f17620ab5d6a07a29c (diff)
OMAP4-Mailbox - Add build specific changes to support OMAP4 mailbox.
This patch adds changes to the build related files of mailbox driver to support OMAP4 mailbox Signed-off-by: C A Subramaniam <subramaniam.ca@ti.com> Signed-off-by: Ramesh Gupta G <grgupta@ti.com>
Diffstat (limited to 'arch/arm/mach-omap2')
-rw-r--r--arch/arm/mach-omap2/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/Makefile b/arch/arm/mach-omap2/Makefile
index 1c190b72a60b..32f82777afe6 100644
--- a/arch/arm/mach-omap2/Makefile
+++ b/arch/arm/mach-omap2/Makefile
@@ -39,6 +39,10 @@ endif
obj-$(CONFIG_ARCH_OMAP2) += clock24xx.o
obj-$(CONFIG_ARCH_OMAP3) += clock34xx.o
+# MAILBOX
+obj-$(CONFIG_OMAP_MBOX_FWK) += mailbox_mach.o
+mailbox_mach-objs := mailbox.o
+
iommu-y += iommu2.o
iommu-$(CONFIG_ARCH_OMAP3) += omap3-iommu.o
iommu-$(CONFIG_ARCH_OMAP4) += omap4-iommu.o