From mboxrd@z Thu Jan 1 00:00:00 1970 From: Heiko =?iso-8859-15?q?St=FCbner?= Subject: Re: [PATCH 09/12] ARM: S3C2416: move mach-s3c2416/* into mach-s3c24xx/ Date: Tue, 21 Feb 2012 11:42:58 +0100 Message-ID: <201202211142.59542.heiko@sntech.de> References: <1329346545-16373-1-git-send-email-kgene.kim@samsung.com> <1329346545-16373-10-git-send-email-kgene.kim@samsung.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Return-path: Received: from h1778886.stratoserver.net ([85.214.133.74]:53718 "EHLO h1778886.stratoserver.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753235Ab2BUKnO (ORCPT ); Tue, 21 Feb 2012 05:43:14 -0500 In-Reply-To: <1329346545-16373-10-git-send-email-kgene.kim@samsung.com> Sender: linux-samsung-soc-owner@vger.kernel.org List-Id: linux-samsung-soc@vger.kernel.org To: Kukjin Kim Cc: linux-arm-kernel@lists.infradead.org, linux-samsung-soc@vger.kernel.org, ben-linux@fluff.org Hi Kgene, Am Mittwoch, 15. Februar 2012, 23:55:43 schrieb Kukjin Kim: > This patch moves S3C2416 stuff into mach-s3c24xx/ directory > so that we can merge the s3c24 series' directories to the > just one mach-s3c24xx/ directory. > > Cc: Ben Dooks > Signed-off-by: Kukjin Kim the patch is missing something like the following to prevent an error because "built-in.o" in mach-s3c2416 cannot be found: diff --git a/arch/arm/Makefile b/arch/arm/Makefile index f3f6d97..2e46fe9 100644 --- a/arch/arm/Makefile +++ b/arch/arm/Makefile @@ -175,7 +175,7 @@ machine-$(CONFIG_ARCH_PRIMA2) := prima2 machine-$(CONFIG_ARCH_PXA) := pxa machine-$(CONFIG_ARCH_REALVIEW) := realview machine-$(CONFIG_ARCH_RPC) := rpc -machine-$(CONFIG_ARCH_S3C24XX) := s3c24xx s3c2412 s3c2416 s3c2440 +machine-$(CONFIG_ARCH_S3C24XX) := s3c24xx s3c2412 s3c2440 machine-$(CONFIG_ARCH_S3C64XX) := s3c64xx machine-$(CONFIG_ARCH_S5P64X0) := s5p64x0 machine-$(CONFIG_ARCH_S5PC100) := s5pc100 Heiko From mboxrd@z Thu Jan 1 00:00:00 1970 From: heiko@sntech.de (Heiko =?iso-8859-15?q?St=FCbner?=) Date: Tue, 21 Feb 2012 11:42:58 +0100 Subject: [PATCH 09/12] ARM: S3C2416: move mach-s3c2416/* into mach-s3c24xx/ In-Reply-To: <1329346545-16373-10-git-send-email-kgene.kim@samsung.com> References: <1329346545-16373-1-git-send-email-kgene.kim@samsung.com> <1329346545-16373-10-git-send-email-kgene.kim@samsung.com> Message-ID: <201202211142.59542.heiko@sntech.de> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Hi Kgene, Am Mittwoch, 15. Februar 2012, 23:55:43 schrieb Kukjin Kim: > This patch moves S3C2416 stuff into mach-s3c24xx/ directory > so that we can merge the s3c24 series' directories to the > just one mach-s3c24xx/ directory. > > Cc: Ben Dooks > Signed-off-by: Kukjin Kim the patch is missing something like the following to prevent an error because "built-in.o" in mach-s3c2416 cannot be found: diff --git a/arch/arm/Makefile b/arch/arm/Makefile index f3f6d97..2e46fe9 100644 --- a/arch/arm/Makefile +++ b/arch/arm/Makefile @@ -175,7 +175,7 @@ machine-$(CONFIG_ARCH_PRIMA2) := prima2 machine-$(CONFIG_ARCH_PXA) := pxa machine-$(CONFIG_ARCH_REALVIEW) := realview machine-$(CONFIG_ARCH_RPC) := rpc -machine-$(CONFIG_ARCH_S3C24XX) := s3c24xx s3c2412 s3c2416 s3c2440 +machine-$(CONFIG_ARCH_S3C24XX) := s3c24xx s3c2412 s3c2440 machine-$(CONFIG_ARCH_S3C64XX) := s3c64xx machine-$(CONFIG_ARCH_S5P64X0) := s5p64x0 machine-$(CONFIG_ARCH_S5PC100) := s5pc100 Heiko