summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJason Green2016-08-01 05:02:52 +0000
committerJason Green2016-08-23 04:16:35 +0000
commit80d10bef073e3d32149aa4a137d8016ac999dffc (patch)
tree763014f6f4484073e1c9c139f3ff9feb8189204e /Makefile
parentd8c5041f0a3849c96d7e0bfcf7b22e1aba98ac04 (diff)
Added USB Virtual Serial support
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 693edc9f0..331badcf8 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