aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'LUFA/makefile')
-rw-r--r--LUFA/makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/LUFA/makefile b/LUFA/makefile
index 20f943aa0..d5829c6e5 100644
--- a/LUFA/makefile
+++ b/LUFA/makefile
@@ -18,6 +18,19 @@ LUFA_SRC_FILES = ./Drivers/USB/LowLevel/DevChapter9.c \
./Drivers/USB/HighLevel/USBInterrupt.c \
./Drivers/USB/HighLevel/USBTask.c \
./Drivers/USB/HighLevel/ConfigDescriptor.c \
+ ./Drivers/USB/Class/Device/Audio.c \
+ ./Drivers/USB/Class/Device/CDC.c \
+ ./Drivers/USB/Class/Device/HID.c \
+ ./Drivers/USB/Class/Device/MIDI.c \
+ ./Drivers/USB/Class/Device/MassStorage.c \
+ ./Drivers/USB/Class/Device/RNDIS.c \
+ ./Drivers/USB/Class/Host/Audio.c \
+ ./Drivers/USB/Class/Host/CDC.c \
+ ./Drivers/USB/Class/Host/HID.c \
+ ./Drivers/USB/Class/Host/HIDParser.c \
+ ./Drivers/USB/Class/Host/MIDI.c \
+ ./Drivers/USB/Class/Host/MassStorage.c \
+ ./Drivers/USB/Class/Host/StillImage.c \
./Drivers/Board/Temperature.c \
./Drivers/Peripheral/Serial.c \
./Drivers/Peripheral/SerialStream.c \