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.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/toolchain/ccache/Makefile.in b/toolchain/ccache/Makefile.in
new file mode 100644
index 000000000..6fa95d422
--- /dev/null
+++ b/toolchain/ccache/Makefile.in
@@ -0,0 +1,3 @@
+ifeq ($(strip $(BR2_HOST_CCACHE)),y)
+TARGETS+=ccache
+endif