summaryrefslogtreecommitdiffstats
path: root/tmk_core
diff options
context:
space:
mode:
authorDrashna Jaelre <drashna@live.com>2018-11-06 10:31:56 +0100
committerJack Humbert <jack.humb@gmail.com>2018-11-06 17:31:40 +0100
commit388df5359b913eaf1ce6fb0ef624e430ad010ea5 (patch)
tree26f5d3aca1f02f2b2b10175120aa690f053c5ad0 /tmk_core
parent1b3ac77fec9817aad30f8d70f063d3b1eba42403 (diff)
downloadqmk_firmware-388df5359b913eaf1ce6fb0ef624e430ad010ea5.tar.gz
qmk_firmware-388df5359b913eaf1ce6fb0ef624e430ad010ea5.tar.xz
Fix Spacing issue in makefile that breaks Terminal config
Diffstat (limited to 'tmk_core')
-rw-r--r--tmk_core/common.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/tmk_core/common.mk b/tmk_core/common.mk
index 65dcf96f6..8eac1734f 100644
--- a/tmk_core/common.mk
+++ b/tmk_core/common.mk
@@ -46,7 +46,7 @@ ifeq ($(PLATFORM),CHIBIOS)
endif
ifeq ($(strip $(AUTO_SHIFT_ENABLE)), yes)
TMK_COMMON_SRC += $(CHIBIOS)/os/various/syscalls.c
- else ifeq($(strip $(TERMINAL_ENABLE)), yes)
+ else ifeq ($(strip $(TERMINAL_ENABLE)), yes)
TMK_COMMON_SRC += $(CHIBIOS)/os/various/syscalls.c
endif
endif