X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/5930f47bf4b9b4490daf80d44595ff14ee7ce165..1f8dfd0205d431351425f468627984280b21cd5a:/Projects/AVRISP/makefile diff --git a/Projects/AVRISP/makefile b/Projects/AVRISP/makefile index 1aab6a3c5..91e6b0899 100644 --- a/Projects/AVRISP/makefile +++ b/Projects/AVRISP/makefile @@ -131,6 +131,8 @@ SRC = $(TARGET).c \ Lib/V2ProtocolParams.c \ Lib/ISPProtocol.c \ Lib/ISPTarget.c \ + Lib/PDIProtocol.c \ + $(LUFA_PATH)/LUFA/Drivers/Peripheral/SerialStream.c \ $(LUFA_PATH)/LUFA/Drivers/USB/LowLevel/DevChapter9.c \ $(LUFA_PATH)/LUFA/Drivers/USB/LowLevel/Endpoint.c \ $(LUFA_PATH)/LUFA/Drivers/USB/LowLevel/Host.c \ @@ -191,6 +193,7 @@ CDEFS += -DRESET_LINE_PORT=PORTB CDEFS += -DRESET_LINE_DDR=DDRB CDEFS += -DRESET_LINE_MASK="(1 << 4)" CDEFS += -DVTARGET_ADC_CHANNEL=2 +CDEFS += -DENABLE_XPROG_PROTOCOL # Place -D or -U options here for ASM sources