summaryrefslogtreecommitdiff
path: root/target
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-02-10 16:02:53 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2011-02-10 16:02:53 +0100
commit3ccce9f9a1b7bb22878c61de1256cb5ec3413d5a (patch)
tree213ce696ef38b4ade15b36b4b12483115915e582 /target
parentb4fe3943815cb5306ed062e593547d7698dfd0b7 (diff)
add basic ccache support
Diffstat (limited to 'target')
-rw-r--r--target/config/Config.in.adk6
1 files changed, 6 insertions, 0 deletions
diff --git a/target/config/Config.in.adk b/target/config/Config.in.adk
index 5eb2ad319..50fef2866 100644
--- a/target/config/Config.in.adk
+++ b/target/config/Config.in.adk
@@ -32,6 +32,12 @@ config ADK_STATIC
help
Useful for toolchain only target devices.
+config ADK_USE_CCACHE
+ bool "Use ccache to speedup recompilation"
+ default n
+ help
+ Useful if you have enough space for the cache and need speedup compilation.
+
config ADK_MAKE_JOBS
int
default 1 if ! ADK_MAKE_PARALLEL