Merge branch 'master' of git.openwrt.org:feed/telephony

This commit is contained in:
Mazi Lo 2014-09-06 14:22:07 -04:00
commit 8500e1c255

View file

@ -224,6 +224,11 @@ PKG_CONFIG_DEPENDS:= \
include $(INCLUDE_DIR)/package.mk
include $(INCLUDE_DIR)/nls.mk
ifneq ($(CONFIG_CCACHE),)
TARGET_CC=$(TARGET_CC_NOCACHE)
TARGET_CXX=$(TARGET_CXX_NOCACHE)
endif
ifneq ($(CONFIG_CCACHE),)
TARGET_CC=$(TARGET_CC_NOCACHE)