From patchwork Fri Mar 27 15:30:14 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Hiroshi DOYU X-Patchwork-Id: 14755 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 n2RFUiv1014897 for ; Fri, 27 Mar 2009 15:30:45 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753774AbZC0Pap (ORCPT ); Fri, 27 Mar 2009 11:30:45 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754287AbZC0Pao (ORCPT ); Fri, 27 Mar 2009 11:30:44 -0400 Received: from smtp.nokia.com ([192.100.105.134]:41088 "EHLO mgw-mx09.nokia.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753774AbZC0Pao (ORCPT ); Fri, 27 Mar 2009 11:30:44 -0400 Received: from vaebh105.NOE.Nokia.com (vaebh105.europe.nokia.com [10.160.244.31]) by mgw-mx09.nokia.com (Switch-3.2.6/Switch-3.2.6) with ESMTP id n2RFUDPg016410; Fri, 27 Mar 2009 10:30:38 -0500 Received: from esebh102.NOE.Nokia.com ([172.21.138.183]) by vaebh105.NOE.Nokia.com with Microsoft SMTPSVC(6.0.3790.3959); Fri, 27 Mar 2009 17:30:16 +0200 Received: from mgw-int01.ntc.nokia.com ([172.21.143.96]) by esebh102.NOE.Nokia.com over TLS secured channel with Microsoft SMTPSVC(6.0.3790.3959); Fri, 27 Mar 2009 17:30:15 +0200 Received: from localhost (esdhcp04130.research.nokia.com [172.21.41.30]) by mgw-int01.ntc.nokia.com (Switch-3.2.5/Switch-3.2.5) with ESMTP id n2RFUE1J011585; Fri, 27 Mar 2009 17:30:14 +0200 Date: Fri, 27 Mar 2009 17:30:14 +0200 (EET) Message-Id: <20090327.173014.190372579.Hiroshi.DOYU@nokia.com> To: h-kanigeri2@ti.com Cc: linux-omap@vger.kernel.org, 2ameya@gmail.com Subject: Re: [PATCH 1/1] DSPBRIDGE: move platform_device_register under mach-omap2 From: Hiroshi DOYU In-Reply-To: <8F7AF80515AF0D4D93307E594F3CB40E2357E193@dlee03.ent.ti.com> References: <8F7AF80515AF0D4D93307E594F3CB40E2349AE08@dlee03.ent.ti.com> <20090325.151129.02294438.Hiroshi.DOYU@nokia.com> <8F7AF80515AF0D4D93307E594F3CB40E2357E193@dlee03.ent.ti.com> X-Mailer: Mew version 5.2 on Emacs 22.2 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 X-OriginalArrivalTime: 27 Mar 2009 15:30:15.0470 (UTC) FILETIME=[ED60D4E0:01C9AEF0] X-Nokia-AV: Clean 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 1ed6621..d427c90 100644 --- a/arch/arm/mach-omap2/Makefile +++ b/arch/arm/mach-omap2/Makefile @@ -35,7 +35,9 @@ obj-$(CONFIG_ARCH_OMAP2) += clock24xx.o obj-$(CONFIG_ARCH_OMAP3) += clock34xx.o obj-$(CONFIG_OMAP_PM_SRF) += resource34xx.o -obj-$(CONFIG_MPU_BRIDGE) += dspbridge.o + +dspbridge-$(CONFIG_MPU_BRIDGE) := dspbridge.o +obj-y += $(dspbridge-m) $(drpbridge-y) # DSP obj-$(CONFIG_OMAP_MMU_FWK) += mmu_mach.o