X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/cf610c5c91c3eee02dec7ca848acc8da831ad98a..c58c53dba90fdc19d38f5e5d6957f2ede2a740f3:/LUFA/makefile diff --git a/LUFA/makefile b/LUFA/makefile index c668399d4..ed1c55aa2 100644 --- a/LUFA/makefile +++ b/LUFA/makefile @@ -1,6 +1,6 @@ # # LUFA Library -# Copyright (C) Dean Camera, 2009. +# Copyright (C) Dean Camera, 2010. # # dean [at] fourwalledcubicle [dot] com # www.fourwalledcubicle.com @@ -28,6 +28,7 @@ LUFA_SRC_FILES = ./Drivers/USB/LowLevel/DevChapter9.c \ ./Drivers/USB/Class/Host/HID.c \ ./Drivers/USB/Class/Host/HIDParser.c \ ./Drivers/USB/Class/Host/MassStorage.c \ + ./Drivers/USB/Class/Host/Printer.c \ ./Drivers/USB/Class/Host/StillImage.c \ ./Drivers/Board/Temperature.c \ ./Drivers/Peripheral/Serial.c \ @@ -50,7 +51,7 @@ clean_list: doxygen: @echo Generating Library Documentation... - @doxygen Doxygen.conf + ( cat Doxygen.conf ; echo "PROJECT_NUMBER=`grep LUFA_VERSION_STRING Version.h | cut -d'"' -f2`" ) | doxygen - @echo Documentation Generation Complete. clean_doxygen: