From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from smtprelay02.ispgateway.de ([80.67.31.36]) by metis.ext.pengutronix.de with esmtp (Exim 4.72) (envelope-from ) id 1Stkwm-0007E0-DF for ptxdist@pengutronix.de; Tue, 24 Jul 2012 21:39:12 +0200 Received: from [62.216.192.135] (helo=localhost) by smtprelay02.ispgateway.de with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.68) (envelope-from ) id 1Stkwl-0005gW-49 for ptxdist@pengutronix.de; Tue, 24 Jul 2012 21:39:07 +0200 From: Bernhard Walle Date: Tue, 24 Jul 2012 21:39:04 +0200 Message-Id: <1343158744-6265-1-git-send-email-bernhard@bwalle.de> Subject: [ptxdist] [PATCH] barebox: Allow usage of nconfig Reply-To: ptxdist@pengutronix.de List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: ptxdist-bounces@pengutronix.de Errors-To: ptxdist-bounces@pengutronix.de To: ptxdist@pengutronix.de With that patch, 'ptxdist nconfig barebox' works. Signed-off-by: Bernhard Walle --- rules/barebox.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules/barebox.make b/rules/barebox.make index 67fe32c..1ee660b 100644 --- a/rules/barebox.make +++ b/rules/barebox.make @@ -146,7 +146,7 @@ $(STATEDIR)/barebox.clean: # oldconfig / menuconfig # ---------------------------------------------------------------------------- -barebox_oldconfig barebox_menuconfig: $(STATEDIR)/barebox.extract +barebox_oldconfig barebox_menuconfig barebox_nconfig: $(STATEDIR)/barebox.extract @if test -e $(BAREBOX_CONFIG); then \ cp $(BAREBOX_CONFIG) $(BAREBOX_DIR)/.config; \ fi -- 1.7.9.5 -- ptxdist mailing list ptxdist@pengutronix.de