From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from pasmtpA.tele.dk (pasmtpa.tele.dk [80.160.77.114]) by ozlabs.org (Postfix) with ESMTP id 50354DDE16 for ; Tue, 29 Apr 2008 06:40:18 +1000 (EST) Date: Mon, 28 Apr 2008 22:40:50 +0200 From: Sam Ravnborg To: Segher Boessenkool Subject: Re: [PATCH] make help: Show defconfig subdirs Message-ID: <20080428204050.GB18248@uranus.ravnborg.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: Cc: linuxppc-dev@ozlabs.org, linux-kernel@vger.kernel.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Sun, Apr 06, 2008 at 10:16:07PM +0200, Segher Boessenkool wrote: > PowerPC will start moving board defconfigs into subarch-specific > subdirs soon. "make help" currently does not look in subdirs to > find the defconfigs to show. This is partially a good thing, > since there are way too many defconfigs for one list. > > This patch makes the main "make help" display something like > > help-40x - Show 40x-specific targets > help-44x - Show 44x-specific targets > help-boards - Show all of the above > > and wires up stuff so those new help-* commands actually work. > > Cc: Josh Boyer > Cc: Sam Ravnborg > Signed-off-by: Segher Boessenkool Thanks, applied. Fixed it up to show x86 defconfig files too. Sam