|
@@ -45,7 +45,7 @@ $(curdir)/b43-tools/compile := $(curdir)/bison/compile
|
|
|
$(curdir)/bc/compile := $(curdir)/bison/compile $(curdir)/libtool/compile
|
|
|
$(curdir)/bison/compile := $(curdir)/flex/compile
|
|
|
$(curdir)/cbootimage/compile += $(curdir)/automake/compile
|
|
|
-$(curdir)/cmake/compile += $(curdir)/libressl/compile $(curdir)/ninja/compile
|
|
|
+$(curdir)/cmake/compile += $(curdir)/libressl/compile $(curdir)/ninja/compile $(curdir)/expat/compile $(curdir)/xz/compile $(curdir)/zlib/compile $(curdir)/zstd/compile
|
|
|
$(curdir)/dosfstools/compile := $(curdir)/autoconf/compile $(curdir)/automake/compile
|
|
|
$(curdir)/e2fsprogs/compile := $(curdir)/libtool/compile
|
|
|
$(curdir)/fakeroot/compile := $(curdir)/libtool/compile
|
|
@@ -90,9 +90,9 @@ else
|
|
|
endif
|
|
|
|
|
|
ifneq ($(CONFIG_CCACHE)$(CONFIG_SDK),)
|
|
|
-$(foreach tool, $(filter-out zstd zlib xz pkgconf patch ninja meson libressl cmake,$(tools-y)), $(eval $(curdir)/$(tool)/compile += $(curdir)/ccache/compile))
|
|
|
+$(foreach tool, $(filter-out zstd zlib xz pkgconf patch ninja meson libressl expat cmake,$(tools-y)), $(eval $(curdir)/$(tool)/compile += $(curdir)/ccache/compile))
|
|
|
tools-y += ccache
|
|
|
-$(curdir)/ccache/compile := $(curdir)/cmake/compile $(curdir)/zstd/compile
|
|
|
+$(curdir)/ccache/compile := $(curdir)/cmake/compile
|
|
|
endif
|
|
|
|
|
|
# in case there is no patch tool on the host we need to make patch tool a
|