diff options
Diffstat (limited to 'common_features.mk')
-rw-r--r-- | common_features.mk | 8 |
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 |
47 | endif | 47 | endif |
48 | 48 | ||
49 | ifeq ($(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 | ||
55 | endif | ||
56 | |||
57 | ifeq ($(strip $(COMMAND_ENABLE)), yes) | 49 | ifeq ($(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 |