add menuconfig option to enable log files during build process

SVN-Revision: 27403
This commit is contained in:
John Crispin
2011-07-03 17:37:31 +00:00
parent 96cc4174e3
commit 4551f2bfcc
2 changed files with 9 additions and 0 deletions

View File

@@ -239,6 +239,10 @@ else
TAR_OPTIONS:=-xf -
endif
ifeq ($(CONFIG_BUILD_LOG),y)
BUILD_LOG:=1
endif
define shvar
V_$(subst .,_,$(subst -,_,$(subst /,_,$(1))))
endef