diff options
| author | Arnout Vandecappelle <arnout@mind.be> | 2017-06-15 00:11:29 +0200 |
|---|---|---|
| committer | Peter Korsgaard <peter@korsgaard.com> | 2017-06-15 11:41:27 +0200 |
| commit | 106dc75521067267977172a518bafeded9563b00 (patch) | |
| tree | 384b6d2df435ad5ffacc0152f84eff96bc66fe30 /Makefile | |
| parent | 7f7b6a688025fb41f326124724ccc1e06ea6fe62 (diff) | |
| download | buildroot-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-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 \ |

