aboutsummaryrefslogtreecommitdiff
path: root/tmk_core/native.mk
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2021-10-21 14:39:13 +0100
committerGitHub <noreply@github.com>2021-10-21 14:39:13 +0100
commitb36e0c66581b5ec0e3aff5212857e9694115e66c (patch)
tree9f5b4e7b2a294353598e123a659897cebe83a23d /tmk_core/native.mk
parent1816006121de991581d50d0bc6b5a653e2b3ccd2 (diff)
downloadqmk_firmware-b36e0c66581b5ec0e3aff5212857e9694115e66c.tar.gz
qmk_firmware-b36e0c66581b5ec0e3aff5212857e9694115e66c.zip
Move USE_CCACHE logic to common location (#14899)
Diffstat (limited to 'tmk_core/native.mk')
-rw-r--r--tmk_core/native.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/tmk_core/native.mk b/tmk_core/native.mk
index f609fd0e6..eb2424ec5 100644
--- a/tmk_core/native.mk
+++ b/tmk_core/native.mk
@@ -1,7 +1,7 @@
1SYSTEM_TYPE := $(shell gcc -dumpmachine) 1SYSTEM_TYPE := $(shell gcc -dumpmachine)
2GCC_VERSION := $(shell gcc --version 2>/dev/null) 2GCC_VERSION := $(shell gcc --version 2>/dev/null)
3 3
4CC = gcc 4CC = $(CC_PREFIX) gcc
5OBJCOPY = 5OBJCOPY =
6OBJDUMP = 6OBJDUMP =
7SIZE = 7SIZE =