summaryrefslogtreecommitdiff
path: root/protocol/lufa.mk
diff options
context:
space:
mode:
authorJack Humbert <jack.humb@gmail.com>2015-08-23 15:31:51 -0400
committerJack Humbert <jack.humb@gmail.com>2015-08-23 15:31:51 -0400
commitb8425e8b58db204e700589e6f37d647515d33034 (patch)
tree5c58b1b9a4455912db14d293467759f7faea3559 /protocol/lufa.mk
parentfd7a465d0df76777dd3df060de3a797dba5ab726 (diff)
makefile stuff
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)