From patchwork Fri Jun 25 13:16:35 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Benoit Cousson X-Patchwork-Id: 108056 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter.kernel.org (8.14.4/8.14.3) with ESMTP id o5PDGg2r019980 for ; Fri, 25 Jun 2010 13:16:42 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755629Ab0FYNQl (ORCPT ); Fri, 25 Jun 2010 09:16:41 -0400 Received: from devils.ext.ti.com ([198.47.26.153]:55341 "EHLO devils.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754464Ab0FYNQl (ORCPT ); Fri, 25 Jun 2010 09:16:41 -0400 Received: from dlep36.itg.ti.com ([157.170.170.91]) by devils.ext.ti.com (8.13.7/8.13.7) with ESMTP id o5PDGdx8011173 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 25 Jun 2010 08:16:39 -0500 Received: from [137.167.125.104] (localhost [127.0.0.1]) by dlep36.itg.ti.com (8.13.8/8.13.8) with ESMTP id o5PDGZBx029007; Fri, 25 Jun 2010 08:16:36 -0500 (CDT) Message-ID: <4C24AC33.1080902@ti.com> Date: Fri, 25 Jun 2010 15:16:35 +0200 From: "Cousson, Benoit" Organization: Texas Instruments User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.8) Gecko/20100227 Thunderbird/3.0.3 MIME-Version: 1.0 To: Kevin Hilman CC: "linux-omap@vger.kernel.org" , "paul@pwsan.com" , "Nayak, Rajendra" Subject: Re: [PATCH v2 08/13] OMAP4: hwmod: Enable omap_device build for OMAP4 References: <1277423084-25528-1-git-send-email-khilman@deeprootsystems.com> <1277423084-25528-9-git-send-email-khilman@deeprootsystems.com> In-Reply-To: <1277423084-25528-9-git-send-email-khilman@deeprootsystems.com> Sender: linux-omap-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.3 (demeter.kernel.org [140.211.167.41]); Fri, 25 Jun 2010 13:16:42 +0000 (UTC) diff --git a/arch/arm/mach-omap2/Makefile b/arch/arm/mach-omap2/Makefile index 8ed47ea..5de06c3 100644 --- a/arch/arm/mach-omap2/Makefile +++ b/arch/arm/mach-omap2/Makefile @@ -15,7 +15,7 @@ clock-common = clock.o clock_common_data.o \ obj-$(CONFIG_ARCH_OMAP2) += $(omap-2-3-common) $(prcm-common) $(hwmod-common) obj-$(CONFIG_ARCH_OMAP3) += $(omap-2-3-common) $(prcm-common) $(hwmod-common) -obj-$(CONFIG_ARCH_OMAP4) += $(prcm-common) +obj-$(CONFIG_ARCH_OMAP4) += $(prcm-common) $(hwmod-common)