summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorArnout Vandecappelle <arnout@mind.be>2017-06-15 00:11:29 +0200
committerPeter Korsgaard <peter@korsgaard.com>2017-06-15 11:41:27 +0200
commit106dc75521067267977172a518bafeded9563b00 (patch)
tree384b6d2df435ad5ffacc0152f84eff96bc66fe30 /Makefile
parent7f7b6a688025fb41f326124724ccc1e06ea6fe62 (diff)
downloadbuildroot-106dc75521067267977172a518bafeded9563b00.tar.gz
buildroot-106dc75521067267977172a518bafeded9563b00.zip
Makefile: document noconfig_targets variable
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 5f348b2513..089989c624 100644
--- a/Makefile
+++ b/Makefile
@@ -125,6 +125,7 @@ DATE := $(shell date +%Y%m%d)
# Need to export it, so it can be got from environment in children (eg. mconf)
export BR2_VERSION_FULL := $(BR2_VERSION)$(shell $(TOPDIR)/support/scripts/setlocalversion)
+# List of targets and target patterns for which .config doesn't need to be read in
noconfig_targets := menuconfig nconfig gconfig xconfig config oldconfig randconfig \
defconfig %_defconfig allyesconfig allnoconfig silentoldconfig release \
randpackageconfig allyespackageconfig allnopackageconfig \
OpenPOWER on IntegriCloud