From patchwork Wed Nov 18 19:20:02 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tony Lindgren X-Patchwork-Id: 61156 X-Patchwork-Delegate: tony@atomide.com Received: from vger.kernel.org (vger.kernel.org [209.132.176.167]) by demeter.kernel.org (8.14.2/8.14.2) with ESMTP id nAIJKApq019016 for ; Wed, 18 Nov 2009 19:20:10 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932618AbZKRTUC (ORCPT ); Wed, 18 Nov 2009 14:20:02 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S932609AbZKRTUC (ORCPT ); Wed, 18 Nov 2009 14:20:02 -0500 Received: from mho-01-ewr.mailhop.org ([204.13.248.71]:65280 "EHLO mho-01-ewr.mailhop.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758305AbZKRTUB (ORCPT ); Wed, 18 Nov 2009 14:20:01 -0500 Received: from c-67-160-239-110.hsd1.ca.comcast.net ([67.160.239.110] helo=[127.0.0.1]) by mho-01-ewr.mailhop.org with esmtpa (Exim 4.68) (envelope-from ) id 1NAq4U-000KYQ-Ut; Wed, 18 Nov 2009 19:20:07 +0000 X-Mail-Handler: MailHop Outbound by DynDNS X-Originating-IP: 67.160.239.110 X-Report-Abuse-To: abuse@dyndns.com (see http://www.dyndns.com/services/mailhop/outbound_abuse.html for abuse reporting information) X-MHO-User: U2FsdGVkX1/YWd3QvlO0wR6s6v6D9DEs Subject: [PATCH 01/10] omap: mailbox: Add build specific changes to support omap mailbox To: linux-arm-kernel@lists.infradead.org From: Tony Lindgren Cc: Ramesh Gupta G , linux-omap@vger.kernel.org, Hiroshi DOYU , C A Subramaniam Date: Wed, 18 Nov 2009 11:20:02 -0800 Message-ID: <20091118192002.31148.82970.stgit@localhost> In-Reply-To: <20091118191852.31148.93980.stgit@localhost> References: <20091118191852.31148.93980.stgit@localhost> User-Agent: StGit/0.15-6-gbbd0 MIME-Version: 1.0 Sender: linux-omap-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org diff --git a/arch/arm/mach-omap2/Makefile b/arch/arm/mach-omap2/Makefile index 5c32b65..b77fe24 100644 --- a/arch/arm/mach-omap2/Makefile +++ b/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