summaryrefslogtreecommitdiffstats
path: root/toolchain.inc
diff options
context:
space:
mode:
Diffstat (limited to 'toolchain.inc')
-rw-r--r--toolchain.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/toolchain.inc b/toolchain.inc
index 47c5fe9b8511..3165586d78c8 100644
--- a/toolchain.inc
+++ b/toolchain.inc
@@ -10,6 +10,7 @@ endif
export CCACHE_COMPILERCHECK=content
export CCACHE_BASEDIR=$(top)
+export CCACHE_STATSLOG=$(obj)/ccache.stats
$(foreach arch,$(ARCH_SUPPORTED), \
$(eval CC_$(arch):=$(CCACHE) $(CC_$(arch))))