|
@@ -89,7 +89,7 @@ ifneq ($(HOST_OS),Linux)
|
|
endif
|
|
endif
|
|
|
|
|
|
ifneq ($(CONFIG_CCACHE)$(CONFIG_SDK),)
|
|
ifneq ($(CONFIG_CCACHE)$(CONFIG_SDK),)
|
|
-$(foreach tool, $(filter-out patch,$(tools-y)), $(eval $(curdir)/$(tool)/compile += $(curdir)/ccache/install))
|
|
|
|
|
|
+$(foreach tool, $(filter-out xz patch,$(tools-y)), $(eval $(curdir)/$(tool)/compile += $(curdir)/ccache/install))
|
|
tools-y += ccache
|
|
tools-y += ccache
|
|
endif
|
|
endif
|
|
|
|
|