Makefile: ignore .config for defconfig
Currently, we do not include .config for all '%_defconfig' targets, but we forgot to also exclude plain 'defconfig'. Reported-by: Fabio Porcedda <fabio.porcedda@gmail.com> Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
b07b9d181d
commit
063f4ee32a
2
Makefile
2
Makefile
@ -56,7 +56,7 @@ DATE:=$(shell date +%Y%m%d)
|
||||
export BR2_VERSION_FULL:=$(BR2_VERSION)$(shell $(TOPDIR)/support/scripts/setlocalversion)
|
||||
|
||||
noconfig_targets:=menuconfig nconfig gconfig xconfig config oldconfig randconfig \
|
||||
%_defconfig allyesconfig allnoconfig silentoldconfig release \
|
||||
defconfig %_defconfig allyesconfig allnoconfig silentoldconfig release \
|
||||
randpackageconfig allyespackageconfig allnopackageconfig \
|
||||
source-check print-version olddefconfig
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user