From patchwork Fri Jun 12 11:58:36 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Patrick Ringl X-Patchwork-Id: 29754 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 n5CBx6gp028381 for ; Fri, 12 Jun 2009 11:59:06 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750749AbZFLL7B (ORCPT ); Fri, 12 Jun 2009 07:59:01 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1750998AbZFLL7B (ORCPT ); Fri, 12 Jun 2009 07:59:01 -0400 Received: from mout5.freenet.de ([195.4.92.95]:55773 "EHLO mout5.freenet.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750749AbZFLL7B (ORCPT ); Fri, 12 Jun 2009 07:59:01 -0400 Received: from [195.4.92.17] (helo=7.mx.freenet.de) by mout5.freenet.de with esmtpa (ID patrick_@freenet.de) (port 25) (Exim 4.69 #89) id 1MF5PP-0002C2-CT; Fri, 12 Jun 2009 13:58:59 +0200 Received: from newton.uk.to ([209.123.162.134]:34150 helo=[10.8.0.6]) by 7.mx.freenet.de with esmtpa (ID patrick_@freenet.de) (port 25) (Exim 4.69 #79) id 1MF5PP-0008Hx-2g; Fri, 12 Jun 2009 13:58:59 +0200 Message-ID: <4A3242EC.7020602@freenet.de> Date: Fri, 12 Jun 2009 13:58:36 +0200 From: Patrick Ringl User-Agent: Mozilla-Thunderbird 2.0.0.19 (X11/20090103) MIME-Version: 1.0 To: linux-kernel@vger.kernel.org CC: torvalds@osdl.org, linux-kbuild@vger.kernel.org, Roman Zippel , Sam Ravnborg Subject: PATCH: README - Fix misleading pointer to the defconf directory [NEW] References: <4A321A3C.6030400@gmx.de> In-Reply-To: <4A321A3C.6030400@gmx.de> Sender: linux-kbuild-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kbuild@vger.kernel.org Hello again, after Arnd's short review and appropriate suggestions of change (thank you), here is an updated version of my earlier patch: Signed-off-by: Patrick Ringl <----> <----> regards, Patrick --- To unsubscribe from this list: send the line "unsubscribe linux-kbuild" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html --- linux.orig/README 2009-06-10 05:05:27.000000000 +0200 +++ linux/README 2009-06-12 13:47:38.000000000 +0200 @@ -175,7 +175,15 @@ Like above, but avoids cluttering the screen with questions already answered. "make defconfig" Create a ./.config file by using the default - symbol values from arch/$ARCH/defconfig. + symbol values from either arch/$ARCH/defconfig + or arch/$ARCH/configs/${PLATFORM}_defconfig, + depending on the architecture. + "make ${PLATFORM}_defconfig" + Create a ./.config file by using the default + symbol values from + arch/$ARCH/configs/${PLATFORM}_defconfig. + Use "make help" to get a list of all available + platforms of your architecture. "make allyesconfig" Create a ./.config file by setting symbol values to 'y' as much as possible.