summaryrefslogtreecommitdiff
path: root/protocol/lufa.mk
diff options
context:
space:
mode:
authorJack Humbert <jack.humb@gmail.com>2015-10-23 20:12:04 -0400
committerJack Humbert <jack.humb@gmail.com>2015-10-23 20:12:04 -0400
commit71a8fd8b1286926bd21edce3d2ec7423d8ca4eef (patch)
tree14c7ce66ad9224f0f957d0437d9be910416140a7 /protocol/lufa.mk
parentbbb21f60e9834a25157fe9043e794b67f1ad615e (diff)
bluetooth working with usb
Diffstat (limited to 'protocol/lufa.mk')
-rw-r--r--protocol/lufa.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/protocol/lufa.mk b/protocol/lufa.mk
index 5dbb74ffc2..958c37516f 100644
--- a/protocol/lufa.mk
+++ b/protocol/lufa.mk
@@ -29,6 +29,11 @@ ifdef MIDI_ENABLE
$(LUFA_SRC_USBCLASS)
endif
+ifdef BLUETOOTH_ENABLE
+ LUFA_SRC += $(LUFA_DIR)/bluetooth.c \
+ $(LUFA_DIR)/../serial_uart.c
+endif
+
SRC += $(LUFA_SRC)
# Search Path