From patchwork Thu Jun 9 01:03:20 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wu DaoGuang X-Patchwork-Id: 863012 Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) by demeter2.kernel.org (8.14.4/8.14.4) with ESMTP id p5914LY1002470 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Thu, 9 Jun 2011 01:04:42 GMT Received: from canuck.infradead.org ([2001:4978:20e::1]) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1QUTfO-0007ut-BS; Thu, 09 Jun 2011 01:04:10 +0000 Received: from localhost ([127.0.0.1] helo=canuck.infradead.org) by canuck.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1QUTfN-0006Mn-DP; Thu, 09 Jun 2011 01:04:09 +0000 Received: from mail-pv0-f177.google.com ([74.125.83.177]) by canuck.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1QUTf7-0006JJ-Oo for linux-arm-kernel@lists.infradead.org; Thu, 09 Jun 2011 01:03:54 +0000 Received: by pvh11 with SMTP id 11so717124pvh.36 for ; Wed, 08 Jun 2011 18:03:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:from:to:cc:subject:date:message-id:x-mailer :in-reply-to:references; bh=WzX8/IWxsiUTmgpgjLMP3tjPpuJsa9TRS9OVpZem2Zs=; b=pv7NXW9TnPVtRLOTaGiHP3vMzwPEswB7cyVWizEyVMMaaGUs4OaF5zcOKcl/qhRxWw /ESvuzkxQ9XB7Y7hRCaTidXBvk+FT9Y+7A/bYn7UWYd6r1NIkg6QXkawYV0kBDNSfiFZ L3UUqU3Oxm3XAUgidvDTrv1ZjUvR2i9dPyMos= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references; b=VO6y497QPXLjBamhU3/TRJqmJoXYTDB4jV5LTPv3DKwc9iH7nJjOuManl9rlvOhC9K juQHb0I6h6zWUUVjCils7Sjnq1hDDMvZRxuDNkAnqKF3VUwdz7cKsnw1GNDLU3v21cuY PvPzWvUzs4s3dwGK/g65IX5jh5+TqVG3qecJE= Received: by 10.143.20.33 with SMTP id x33mr18216wfi.22.1307581431087; Wed, 08 Jun 2011 18:03:51 -0700 (PDT) Received: from localhost.localdomain ([117.25.182.242]) by mx.google.com with ESMTPS id f3sm935210pbj.0.2011.06.08.18.03.42 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 08 Jun 2011 18:03:50 -0700 (PDT) From: Wu DaoGuang To: ben-linux@fluff.org, linux@arm.linux.org.uk Subject: [PATCH 2/4] This patch fixes Makefile for mach-ok2440.c Date: Thu, 9 Jun 2011 09:03:20 +0800 Message-Id: <1307581402-3808-2-git-send-email-wdgvip@gmail.com> X-Mailer: git-send-email 1.7.1 In-Reply-To: <1307581402-3808-1-git-send-email-wdgvip@gmail.com> References: <1307581402-3808-1-git-send-email-wdgvip@gmail.com> X-CRM114-Version: 20090807-BlameThorstenAndJenny ( TRE 0.7.6 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20110608_210354_021278_581FEEFF X-CRM114-Status: GOOD ( 13.75 ) X-Spam-Score: -0.8 (/) X-Spam-Report: SpamAssassin version 3.3.1 on canuck.infradead.org summary: Content analysis details: (-0.8 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low trust [74.125.83.177 listed in list.dnswl.org] 0.0 FREEMAIL_FROM Sender email is freemail (wdgvip[at]gmail.com) -0.1 DKIM_VALID_AU Message has a valid DKIM or DK signature from author's domain 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily valid -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature 0.0 RFC_ABUSE_POST Both abuse and postmaster missing on sender domain 0.0 T_TO_NO_BRKTS_FREEMAIL T_TO_NO_BRKTS_FREEMAIL Cc: wdgvip@gmail.com, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: linux-arm-kernel-bounces@lists.infradead.org Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.6 (demeter2.kernel.org [140.211.167.43]); Thu, 09 Jun 2011 01:04:42 +0000 (UTC) Add support for ok2440 development board. The following patches are against v3.0-rc2. Signed-off-by: Wu DaoGuang --- arch/arm/mach-s3c2440/Makefile | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-s3c2440/Makefile b/arch/arm/mach-s3c2440/Makefile index d5440fa..da4ad71 100644 --- a/arch/arm/mach-s3c2440/Makefile +++ b/arch/arm/mach-s3c2440/Makefile @@ -30,6 +30,7 @@ obj-$(CONFIG_MACH_ANUBIS) += mach-anubis.o obj-$(CONFIG_MACH_OSIRIS) += mach-osiris.o obj-$(CONFIG_MACH_RX3715) += mach-rx3715.o obj-$(CONFIG_ARCH_S3C2440) += mach-smdk2440.o +obj-$(CONFIG_MACH_OK2440) += mach-ok2440.o obj-$(CONFIG_MACH_NEXCODER_2440) += mach-nexcoder.o obj-$(CONFIG_MACH_AT2440EVB) += mach-at2440evb.o obj-$(CONFIG_MACH_MINI2440) += mach-mini2440.o