Added new Drivers/USB/LowLevel/Device.c file to house Device mode specific functions...
[pub/lufa.git] / LUFA / makefile
index 3d21db3..f77b1c4 100644 (file)
@@ -9,6 +9,7 @@
 # Makefile for the LUFA library itself.
 
 LUFA_SRC_FILES =     ./Drivers/USB/LowLevel/DevChapter9.c        \
+                     ./Drivers/USB/LowLevel/Device.c             \
                      ./Drivers/USB/LowLevel/Endpoint.c           \
                      ./Drivers/USB/LowLevel/Host.c               \
                      ./Drivers/USB/LowLevel/HostChapter9.c       \