X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/f73f01235e17807661bd7aab2f6499e5418e4ea3..00fa6aa2db9caed0e2f09b7009b343a0fdae8178:/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 \