summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorToni <jeder@mail1a.de>2016-07-25 12:49:38 +0200
committerToni <jeder@mail1a.de>2016-07-25 12:49:38 +0200
commit5e2e8c89e86fbabb65737789ff0545e3e8ac1610 (patch)
treece13a00ccc10fdc147a0e8caa0c2a1bbabfda357 /Makefile
parent5631f1436c356fb9e09138f186981dc9b6cb43a2 (diff)
parent8b94e26d7c3b30cc57d710a11e5651d15e8e3b20 (diff)
Merge remote-tracking branch 'origin/master' into iso_split_rshift
whatever
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a7a10bf326..980ab26b22 100644
--- a/Makefile
+++ b/Makefile
@@ -181,7 +181,7 @@ endif
ifeq ($(strip $(MIDI_ENABLE)), yes)
OPT_DEFS += -DMIDI_ENABLE
- SRC += $(QUANTUM_DIR)/process_keycode/process_audio.c
+ SRC += $(QUANTUM_DIR)/process_keycode/process_midi.c
endif
ifeq ($(strip $(AUDIO_ENABLE)), yes)