summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authordbroqua <dbroqua@mousur.org>2016-08-23 20:39:01 +0200
committerdbroqua <dbroqua@mousur.org>2016-08-23 20:39:01 +0200
commitd19c0d46d9264d6914cdfb5cc3a6eef44ead19bb (patch)
treea2eec544ff8d979a7d0b7f535af184d2c322994c /Makefile
parente65252d591b88f3c108d40ea5eeda9d561bc237c (diff)
parenta9205484718ab2a74bc97884a2ea7b95882ed66d (diff)
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 693edc9f06..331badcf84 100644
--- a/Makefile
+++ b/Makefile
@@ -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