summaryrefslogtreecommitdiffstats
path: root/rules/barebox_mlo.make
diff options
context:
space:
mode:
authorRoland Hieber <rhi@pengutronix.de>2019-08-07 12:28:37 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2019-08-08 09:51:44 +0200
commitab5fe4ef9bd8ee528a74591a15f3678ec2654c5d (patch)
tree4981f4e391e400e039fc55afa9c7e7c5ee8f2f9f /rules/barebox_mlo.make
parent539ea0e3c39770f22afb60f4513a7214ce4a3b9c (diff)
downloadptxdist-ab5fe4ef9bd8ee528a74591a15f3678ec2654c5d.tar.gz
ptxdist-ab5fe4ef9bd8ee528a74591a15f3678ec2654c5d.tar.xz
rules: enable use of nconfig for barebox_mlo and custom kernel packages
'ptxdist nconfig' works for the main kernel and barebox packages, so enable it for all other barebox and kernel packages too. Signed-off-by: Roland Hieber <rhi@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/barebox_mlo.make')
-rw-r--r--rules/barebox_mlo.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/barebox_mlo.make b/rules/barebox_mlo.make
index 6ede89266..6bf05902a 100644
--- a/rules/barebox_mlo.make
+++ b/rules/barebox_mlo.make
@@ -105,7 +105,7 @@ $(STATEDIR)/barebox_mlo.clean:
# oldconfig / menuconfig
# ----------------------------------------------------------------------------
-barebox_mlo_oldconfig barebox_mlo_menuconfig: $(STATEDIR)/barebox_mlo.extract
+barebox_mlo_oldconfig barebox_mlo_menuconfig barebox_mlo_nconfig: $(STATEDIR)/barebox_mlo.extract
@if test -e $(BAREBOX_MLO_CONFIG); then \
cp $(BAREBOX_MLO_CONFIG) $(BAREBOX_MLO_DIR)/.config; \
fi