aboutsummaryrefslogtreecommitdiff
path: root/common_features.mk
diff options
context:
space:
mode:
Diffstat (limited to 'common_features.mk')
-rw-r--r--common_features.mk8
1 files changed, 0 insertions, 8 deletions
diff --git a/common_features.mk b/common_features.mk
index d7b0f826a..e3b42a961 100644
--- a/common_features.mk
+++ b/common_features.mk
@@ -46,14 +46,6 @@ else ifeq ($(strip $(DEBUG_MATRIX_SCAN_RATE_ENABLE)), api)
46 OPT_DEFS += -DDEBUG_MATRIX_SCAN_RATE 46 OPT_DEFS += -DDEBUG_MATRIX_SCAN_RATE
47endif 47endif
48 48
49ifeq ($(strip $(API_SYSEX_ENABLE)), yes)
50 OPT_DEFS += -DAPI_SYSEX_ENABLE
51 OPT_DEFS += -DAPI_ENABLE
52 MIDI_ENABLE=yes
53 SRC += $(QUANTUM_DIR)/api/api_sysex.c
54 SRC += $(QUANTUM_DIR)/api.c
55endif
56
57ifeq ($(strip $(COMMAND_ENABLE)), yes) 49ifeq ($(strip $(COMMAND_ENABLE)), yes)
58 SRC += $(QUANTUM_DIR)/command.c 50 SRC += $(QUANTUM_DIR)/command.c
59 OPT_DEFS += -DCOMMAND_ENABLE 51 OPT_DEFS += -DCOMMAND_ENABLE