summaryrefslogtreecommitdiff
path: root/tools/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-03-07 09:57:47 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2014-03-07 09:57:47 +0100
commit35137e6c091fcb33147ad58d52140659a63affdc (patch)
tree93f9039bf25018cf11b1580fa3227e4e4f4ff90f /tools/Makefile
parenta9254f4b25b3b91c349ca0f6ca6f30280ba7bf3b (diff)
add ccache to host tools
Diffstat (limited to 'tools/Makefile')
-rw-r--r--tools/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/Makefile b/tools/Makefile
index 2d29372dc..a8156cb79 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -29,6 +29,9 @@ endif
ifeq ($(ADK_HOST_NEED_LZMA),y)
TARGETS+=lzma
endif
+ifeq ($(ADK_HOST_NEED_CCACHE),y)
+TARGETS+=ccache
+endif
TARGETS_INSTALL:=$(patsubst %,%-install,$(TARGETS))
TARGETS_CLEAN:=$(patsubst %,%-clean,$(TARGETS))