X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/31a34154dbbc20adc523eb08678977d218ae8135..8b053d6ba5dddc5f00fb52873185a2350bef5ce8:/LUFA/makefile 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 \