public inbox for linux-omap@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/10] omap mailbox: Add build specific changes to support omap mailbox
@ 2009-09-22 14:28 C.A, Subramaniam
  2009-11-11 21:57 ` [APPLIED] " Tony Lindgren
  2009-11-11 22:11 ` Tony Lindgren
  0 siblings, 2 replies; 3+ messages in thread
From: C.A, Subramaniam @ 2009-09-22 14:28 UTC (permalink / raw)
  To: linux-omap@vger.kernel.org
  Cc: tony@atomide.com, Kanigeri, Hari, Hiroshi DOYU, Gupta, Ramesh,
	rmk@arm.linux.org.uk

>From c25cd3fc0a18010a579ab6fc265009ff19e81ac7 Mon Sep 17 00:00:00 2001
From: C A Subramaniam <subramaniam.ca@ti.com>
Date: Mon, 7 Sep 2009 14:54:20 +0530
Subject: [PATCH 1/10] omap mailbox: Add build specific changes to support omap mailbox.

This patch adds changes to the build related files of mailbox
driver

Signed-off-by: C A Subramaniam <subramaniam.ca@ti.com>
Signed-off-by: Ramesh Gupta G <grgupta@ti.com>
---
 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 735bae5..b7be8b3 100644
--- a/arch/arm/mach-omap2/Makefile
+++ b/arch/arm/mach-omap2/Makefile
@@ -39,6 +39,9 @@ endif
 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
 
-- 
1.5.3.2

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2009-11-11 22:11 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-09-22 14:28 [PATCH 1/10] omap mailbox: Add build specific changes to support omap mailbox C.A, Subramaniam
2009-11-11 21:57 ` [APPLIED] " Tony Lindgren
2009-11-11 22:11 ` Tony Lindgren

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox