X-Git-Url: http://git.linex4red.de/pub/lufa.git/blobdiff_plain/cf610c5c91c3eee02dec7ca848acc8da831ad98a..5f776f4785960c71f3ac0bd8784b33812a9abc90:/LUFA/makefile diff --git a/LUFA/makefile b/LUFA/makefile index c668399d4..1b4fc052f 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 \