aboutsummaryrefslogtreecommitdiffstats
path: root/toolchain/ccache/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'toolchain/ccache/Makefile.in')
-rw-r--r--toolchain/ccache/Makefile.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/toolchain/ccache/Makefile.in b/toolchain/ccache/Makefile.in
new file mode 100644
index 0000000000..fe859da303
--- /dev/null
+++ b/toolchain/ccache/Makefile.in
@@ -0,0 +1,6 @@
+ifeq ($(strip $(BR2_CCACHE)),y)
+TARGETS+=ccache
+endif
+ifeq ($(strip $(BR2_PACKAGE_CCACHE_TARGET)),y)
+TARGETS+=ccache_target
+endif