summaryrefslogtreecommitdiffstats
path: root/toolchain/ccache/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'toolchain/ccache/Makefile.in')
-rw-r--r--toolchain/ccache/Makefile.in5
1 files changed, 4 insertions, 1 deletions
diff --git a/toolchain/ccache/Makefile.in b/toolchain/ccache/Makefile.in
index 6fa95d422..cc3c15e84 100644
--- a/toolchain/ccache/Makefile.in
+++ b/toolchain/ccache/Makefile.in
@@ -1,3 +1,6 @@
-ifeq ($(strip $(BR2_HOST_CCACHE)),y)
+ifeq ($(strip $(BR2_CCACHE)),y)
+TARGETS+=ccache
+endif
+ifeq ($(strip $(BR2_PACKAGE_CCACHE_TARGET)),y)
TARGETS+=ccache
endif