diff options
Diffstat (limited to 'LUFA/makefile')
-rw-r--r-- | LUFA/makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/LUFA/makefile b/LUFA/makefile index 3d21db330..f77b1c432 100644 --- a/LUFA/makefile +++ b/LUFA/makefile @@ -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 \ |