mac80211: add support for verbose builds using V=sc
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37597
This commit is contained in:
parent
1646bd096c
commit
c67a12711d
1 changed files with 4 additions and 0 deletions
|
@ -1299,6 +1299,10 @@ MAKE_OPTS:= -C "$(PKG_BUILD_DIR)" \
|
||||||
KERNEL_SUBLEVEL=$(lastword $(subst ., ,$(KERNEL_PATCHVER))) \
|
KERNEL_SUBLEVEL=$(lastword $(subst ., ,$(KERNEL_PATCHVER))) \
|
||||||
KBUILD_LDFLAGS_MODULE_PREREQ=
|
KBUILD_LDFLAGS_MODULE_PREREQ=
|
||||||
|
|
||||||
|
ifneq ($(findstring c,$(OPENWRT_VERBOSE)),)
|
||||||
|
MAKE_OPTS += V=1
|
||||||
|
endif
|
||||||
|
|
||||||
define ConfigVars
|
define ConfigVars
|
||||||
$(subst $(space),,$(foreach opt,$(config-$(1)),CPTCFG_$(opt)=$(1)
|
$(subst $(space),,$(foreach opt,$(config-$(1)),CPTCFG_$(opt)=$(1)
|
||||||
))
|
))
|
||||||
|
|
Loading…
Reference in a new issue