Skip to content
Snippets Groups Projects
Commit 62231a84 authored by Felix Fietkau's avatar Felix Fietkau
Browse files

tools: build ccache when building the sdk (fixes #13949)


Signed-off-by: default avatarFelix Fietkau <nbd@openwrt.org>

SVN-Revision: 45266
parent 98cd35e4
No related branches found
No related tags found
No related merge requests found
...@@ -72,7 +72,7 @@ $(curdir)/findutils/compile := $(curdir)/bison/install ...@@ -72,7 +72,7 @@ $(curdir)/findutils/compile := $(curdir)/bison/install
$(curdir)/gengetopt/compile := $(curdir)/libtool/install $(curdir)/gengetopt/compile := $(curdir)/libtool/install
$(curdir)/patchelf/compile := $(curdir)/libtool/install $(curdir)/patchelf/compile := $(curdir)/libtool/install
ifneq ($(CONFIG_CCACHE),) ifneq ($(CONFIG_CCACHE)$(CONFIG_SDK),)
$(foreach tool, $(tools-y), $(eval $(curdir)/$(tool)/compile += $(curdir)/ccache/install)) $(foreach tool, $(tools-y), $(eval $(curdir)/$(tool)/compile += $(curdir)/ccache/install))
tools-y += ccache tools-y += ccache
endif endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment