Merge branch 'master' of git.openwrt.org:feed/telephony
This commit is contained in:
commit
8500e1c255
1 changed files with 5 additions and 0 deletions
|
@ -224,6 +224,11 @@ PKG_CONFIG_DEPENDS:= \
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
include $(INCLUDE_DIR)/nls.mk
|
include $(INCLUDE_DIR)/nls.mk
|
||||||
|
|
||||||
|
ifneq ($(CONFIG_CCACHE),)
|
||||||
|
TARGET_CC=$(TARGET_CC_NOCACHE)
|
||||||
|
TARGET_CXX=$(TARGET_CXX_NOCACHE)
|
||||||
|
endif
|
||||||
|
|
||||||
|
|
||||||
ifneq ($(CONFIG_CCACHE),)
|
ifneq ($(CONFIG_CCACHE),)
|
||||||
TARGET_CC=$(TARGET_CC_NOCACHE)
|
TARGET_CC=$(TARGET_CC_NOCACHE)
|
||||||
|
|
Loading…
Reference in a new issue