X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/cf610c5c91c3eee02dec7ca848acc8da831ad98a..27eb17cb934dcd3807bacdfe87f853e32f0cfdb4:/LUFA/makefile diff --git a/LUFA/makefile b/LUFA/makefile index c668399d4..2a106c176 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 @@ -14,10 +14,10 @@ LUFA_SRC_FILES = ./Drivers/USB/LowLevel/DevChapter9.c \ ./Drivers/USB/LowLevel/HostChapter9.c \ ./Drivers/USB/LowLevel/LowLevel.c \ ./Drivers/USB/LowLevel/Pipe.c \ + ./Drivers/USB/LowLevel/USBInterrupt.c \ + ./Drivers/USB/HighLevel/ConfigDescriptor.c \ ./Drivers/USB/HighLevel/Events.c \ - ./Drivers/USB/HighLevel/USBInterrupt.c \ ./Drivers/USB/HighLevel/USBTask.c \ - ./Drivers/USB/HighLevel/ConfigDescriptor.c \ ./Drivers/USB/Class/Device/Audio.c \ ./Drivers/USB/Class/Device/CDC.c \ ./Drivers/USB/Class/Device/HID.c \ @@ -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: