summaryrefslogtreecommitdiffstats
path: root/toolchain/ccache/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'toolchain/ccache/Config.in')
-rw-r--r--toolchain/ccache/Config.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/toolchain/ccache/Config.in b/toolchain/ccache/Config.in
index 95f3a9c1a..3d3e2ed50 100644
--- a/toolchain/ccache/Config.in
+++ b/toolchain/ccache/Config.in
@@ -7,3 +7,13 @@ config BR2_CCACHE
help
Enable ccache support?
+config BR2_CCACHE_DIR
+ string "ccache dir location?"
+ depends on BR2_CCACHE
+ default "$(TOOL_BUILD_DIR)/ccache-$(CCACHE_VER)/cache"
+ help
+ Where ccache should store cached files.
+
+comment "ccache dir location? - disabled (requires ccache support)"
+ depends on !BR2_CCACHE
+