cmake: add support for V=cs
SVN-Revision: 31485
This commit is contained in:
parent
34ffb526a2
commit
b648860f9c
1 changed files with 3 additions and 1 deletions
|
@ -1,6 +1,8 @@
|
||||||
PKG_INSTALL:=1
|
PKG_INSTALL:=1
|
||||||
|
|
||||||
MAKE_FLAGS+=VERBOSE=1
|
ifneq ($(findstring c,$(OPENWRT_VERBOSE)),)
|
||||||
|
MAKE_FLAGS+=VERBOSE=1
|
||||||
|
endif
|
||||||
|
|
||||||
ifeq ($(CONFIG_CCACHE),)
|
ifeq ($(CONFIG_CCACHE),)
|
||||||
ifeq ($(CONFIG_EXTERNAL_TOOLCHAIN),)
|
ifeq ($(CONFIG_EXTERNAL_TOOLCHAIN),)
|
||||||
|
|
Loading…
Reference in a new issue