aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tmk_core/rules.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/tmk_core/rules.mk b/tmk_core/rules.mk
index 4c547cfd2..56a331e28 100644
--- a/tmk_core/rules.mk
+++ b/tmk_core/rules.mk
@@ -70,7 +70,7 @@ CSTANDARD = -std=gnu99
70#CXXDEFS += 70#CXXDEFS +=
71 71
72# Speed up recompilations by opt-in usage of ccache 72# Speed up recompilations by opt-in usage of ccache
73USE_CCACHE ?= yes 73USE_CCACHE ?= no
74ifneq ($(USE_CCACHE),no) 74ifneq ($(USE_CCACHE),no)
75 CC_PREFIX ?= ccache 75 CC_PREFIX ?= ccache
76endif 76endif