diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -181,7 +181,7 @@ endif | |||
| 181 | 181 | ||
| 182 | ifeq ($(strip $(MIDI_ENABLE)), yes) | 182 | ifeq ($(strip $(MIDI_ENABLE)), yes) |
| 183 | OPT_DEFS += -DMIDI_ENABLE | 183 | OPT_DEFS += -DMIDI_ENABLE |
| 184 | SRC += $(QUANTUM_DIR)/process_keycode/process_audio.c | 184 | SRC += $(QUANTUM_DIR)/process_keycode/process_midi.c |
| 185 | endif | 185 | endif |
| 186 | 186 | ||
| 187 | ifeq ($(strip $(AUDIO_ENABLE)), yes) | 187 | ifeq ($(strip $(AUDIO_ENABLE)), yes) |
