makefile stuff

This commit is contained in:
Jack Humbert
2015-08-23 15:31:51 -04:00
parent fd7a465d0d
commit b8425e8b58
3 changed files with 9 additions and 2 deletions

View File

@@ -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)