Skip to content

Commit

Permalink
tools/ccache: add cmake dependency
Browse files Browse the repository at this point in the history
This will be needed for the next commit as ccache's cmake dependency is
satisfied by zstd currenly.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
  • Loading branch information
neheb authored and hauke committed Feb 28, 2022
1 parent 03f5570 commit 2d5f032
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/Makefile
Expand Up @@ -87,7 +87,7 @@ endif
ifneq ($(CONFIG_CCACHE)$(CONFIG_SDK),)
$(foreach tool, $(filter-out xz zstd pkgconf patch ninja meson libressl cmake,$(tools-y)), $(eval $(curdir)/$(tool)/compile += $(curdir)/ccache/compile))
tools-y += ccache
$(curdir)/ccache/compile := $(curdir)/zstd/compile
$(curdir)/ccache/compile := $(curdir)/cmake/compile $(curdir)/zstd/compile
endif

# in case there is no patch tool on the host we need to make patch tool a
Expand Down

0 comments on commit 2d5f032

Please sign in to comment.