From 3ccce9f9a1b7bb22878c61de1256cb5ec3413d5a Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Thu, 10 Feb 2011 16:02:53 +0100 Subject: add basic ccache support --- target/config/Config.in.adk | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'target/config') 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 -- cgit v1.2.3