diff options
author | dbroqua <dbroqua@mousur.org> | 2016-08-23 20:39:01 +0200 |
---|---|---|
committer | dbroqua <dbroqua@mousur.org> | 2016-08-23 20:39:01 +0200 |
commit | d19c0d46d9264d6914cdfb5cc3a6eef44ead19bb (patch) | |
tree | a2eec544ff8d979a7d0b7f535af184d2c322994c /Makefile | |
parent | e65252d591b88f3c108d40ea5eeda9d561bc237c (diff) | |
parent | a9205484718ab2a74bc97884a2ea7b95882ed66d (diff) |
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -190,6 +190,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 |