summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernhard Walle <bernhard@bwalle.de>2012-07-24 21:39:04 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2012-07-24 21:53:22 +0200
commitcc0cd3869d59224639ad60aa939a5dd16bd48666 (patch)
tree5bdfd580ca39e06617fb5987f2a84ad347eb0df1
parent87fe1a86b12c9c4c9d7bd6c3c9f6e091d1cbd6c1 (diff)
downloadptxdist-cc0cd3869d59224639ad60aa939a5dd16bd48666.tar.gz
ptxdist-cc0cd3869d59224639ad60aa939a5dd16bd48666.tar.xz
barebox: Allow usage of nconfig
With that patch, 'ptxdist nconfig barebox' works. Signed-off-by: Bernhard Walle <bernhard@bwalle.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--rules/barebox.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/barebox.make b/rules/barebox.make
index 67fe32cab..1ee660bb6 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