summaryrefslogtreecommitdiff
path: root/protocol/lufa.mk
diff options
context:
space:
mode:
Diffstat (limited to 'protocol/lufa.mk')
-rw-r--r--protocol/lufa.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/protocol/lufa.mk b/protocol/lufa.mk
index 74a8bef3c6..561c505c22 100644
--- a/protocol/lufa.mk
+++ b/protocol/lufa.mk
@@ -24,7 +24,9 @@ LUFA_SRC = $(LUFA_DIR)/lufa.c \
$(LUFA_DIR)/midi/midi_device.c \
$(LUFA_DIR)/midi/bytequeue/bytequeue.c \
$(LUFA_DIR)/midi/bytequeue/interrupt_setting.c \
- $(LUFA_DIR)/LUFA-git/LUFA/Drivers/USB/Class/Device/MIDIClassDevice.c
+ $(LUFA_SRC_USB) \
+ $(LUFA_SRC_USBCLASS)
+
SRC += $(LUFA_SRC)