summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDrashna Jaelre <drashna@live.com>2018-11-06 01:31:56 -0800
committerJack Humbert <jack.humb@gmail.com>2018-11-06 11:31:40 -0500
commit388df5359b913eaf1ce6fb0ef624e430ad010ea5 (patch)
tree26f5d3aca1f02f2b2b10175120aa690f053c5ad0
parent1b3ac77fec9817aad30f8d70f063d3b1eba42403 (diff)
Fix Spacing issue in makefile that breaks Terminal config0.6.170
-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 65dcf96f66..8eac1734f4 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