diff options
Diffstat (limited to 'tmk_core/common.mk')
| -rw-r--r-- | tmk_core/common.mk | 2 |
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) | |||
| 46 | endif | 46 | endif |
| 47 | ifeq ($(strip $(AUTO_SHIFT_ENABLE)), yes) | 47 | ifeq ($(strip $(AUTO_SHIFT_ENABLE)), yes) |
| 48 | TMK_COMMON_SRC += $(CHIBIOS)/os/various/syscalls.c | 48 | TMK_COMMON_SRC += $(CHIBIOS)/os/various/syscalls.c |
| 49 | else ifeq($(strip $(TERMINAL_ENABLE)), yes) | 49 | else ifeq ($(strip $(TERMINAL_ENABLE)), yes) |
| 50 | TMK_COMMON_SRC += $(CHIBIOS)/os/various/syscalls.c | 50 | TMK_COMMON_SRC += $(CHIBIOS)/os/various/syscalls.c |
| 51 | endif | 51 | endif |
| 52 | endif | 52 | endif |
