From d7af847b832a8afc4df569efb5fd700423fb1ab2 Mon Sep 17 00:00:00 2001 From: C A Subramaniam Date: Sun, 22 Nov 2009 10:11:17 -0800 Subject: [PATCH] --- yaml --- r: 172805 b: refs/heads/master c: 59fdc6ebda441a26ec055d61cf9d670a33eeca2d h: refs/heads/master i: 172803: 9a8d180980202ef2a5f7a10df2ead0569259666c v: v3 --- [refs] | 2 +- trunk/arch/arm/mach-omap2/Makefile | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 8de61ee779b1..b167f2887d96 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 20e11c2d1c8ca49829ee9e5690adc89488e5da31 +refs/heads/master: 59fdc6ebda441a26ec055d61cf9d670a33eeca2d diff --git a/trunk/arch/arm/mach-omap2/Makefile b/trunk/arch/arm/mach-omap2/Makefile index 5c32b650ae12..b77fe2463692 100644 --- a/trunk/arch/arm/mach-omap2/Makefile +++ b/trunk/arch/arm/mach-omap2/Makefile @@ -44,6 +44,9 @@ obj-$(CONFIG_ARCH_OMAP4) += cm4xxx.o obj-$(CONFIG_ARCH_OMAP2) += clock24xx.o obj-$(CONFIG_ARCH_OMAP3) += clock34xx.o +obj-$(CONFIG_OMAP_MBOX_FWK) += mailbox_mach.o +mailbox_mach-objs := mailbox.o + iommu-y += iommu2.o iommu-$(CONFIG_ARCH_OMAP3) += omap3-iommu.o