1
0
Fork 0

Merge remote-tracking branch 'upstream/master' into makefile_overhaul

This commit is contained in:
Fred Sundvik 2016-08-24 10:37:02 +03:00
commit 2e3834edea
9 changed files with 695 additions and 4 deletions

View file

@ -138,6 +138,10 @@ ifeq ($(strip $(MIDI_ENABLE)), yes)
SRC += $(QUANTUM_DIR)/process_keycode/process_midi.c
endif
ifeq ($(strip $(VIRTSER_ENABLE)), yes)
OPT_DEFS += -DVIRTSER_ENABLE
endif
ifeq ($(strip $(AUDIO_ENABLE)), yes)
OPT_DEFS += -DAUDIO_ENABLE
SRC += $(QUANTUM_DIR)/process_keycode/process_music.c