diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-03-07 10:18:17 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-03-07 10:18:17 +0100 |
commit | dbd90668a07f2deffc9b0bd658b1cc3958e00647 (patch) | |
tree | ead9876f7721dfd670c17466351cc608ec5af6d3 /tools/Makefile | |
parent | 66930ee6c1e0032c50f64c25755e46c327631239 (diff) | |
parent | 2baedf828edf246b8d0bd530ec9e1481b2009518 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'tools/Makefile')
-rw-r--r-- | tools/Makefile | 3 |
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)) |