cmake: add support for V=cs

SVN-Revision: 31485
This commit is contained in:
Felix Fietkau 2012-04-26 17:54:03 +00:00
parent 34ffb526a2
commit b648860f9c
1 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,8 @@
PKG_INSTALL:=1
MAKE_FLAGS+=VERBOSE=1
ifneq ($(findstring c,$(OPENWRT_VERBOSE)),)
MAKE_FLAGS+=VERBOSE=1
endif
ifeq ($(CONFIG_CCACHE),)
ifeq ($(CONFIG_EXTERNAL_TOOLCHAIN),)