summaryrefslogtreecommitdiff
path: root/tools/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-03-07 10:49:59 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2014-03-07 10:49:59 +0100
commit8b0401f6010bb6318fe86f6a6eb11098a0952903 (patch)
tree5214f33cd25ccd1a0a811d39e685df82ad81d76b /tools/Makefile
parent76a462aed5771be7b02b0785f01147ebe995a611 (diff)
parentdbd90668a07f2deffc9b0bd658b1cc3958e00647 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
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))