summaryrefslogtreecommitdiff
path: root/tmk_core/protocol/lufa.mk
diff options
context:
space:
mode:
authorIBNobody <ibnobody@gmail.com>2016-08-23 20:53:21 -0500
committerIBNobody <ibnobody@gmail.com>2016-08-23 20:53:21 -0500
commit5d685efa499e833c4a8215a18562b2d0c4a21f2f (patch)
treeb2a325a44338e1a083b38e089aa94e887141e3b4 /tmk_core/protocol/lufa.mk
parent705c775a4a433249081321cea0c2def2627817dc (diff)
parent9263ade0fbdde6431fb5c7f26970754c5c7c2963 (diff)
Merge remote-tracking branch 'refs/remotes/origin/master' into vision_division_dev
Diffstat (limited to 'tmk_core/protocol/lufa.mk')
-rw-r--r--tmk_core/protocol/lufa.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/tmk_core/protocol/lufa.mk b/tmk_core/protocol/lufa.mk
index 0eeace44ec..5b1e3d19d0 100644
--- a/tmk_core/protocol/lufa.mk
+++ b/tmk_core/protocol/lufa.mk
@@ -26,6 +26,10 @@ ifeq ($(strip $(BLUETOOTH_ENABLE)), yes)
$(TMK_DIR)/protocol/serial_uart.c
endif
+ifeq ($(strip $(VIRTSER_ENABLE)), yes)
+ LUFA_SRC += $(LUFA_ROOT_PATH)/Drivers/USB/Class/Device/CDCClassDevice.c
+endif
+
SRC += $(LUFA_SRC)
# Search Path