aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/AVRISP/makefile
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2009-12-02 13:42:08 +0000
committerDean Camera <dean@fourwalledcubicle.com>2009-12-02 13:42:08 +0000
commit1f8dfd0205d431351425f468627984280b21cd5a (patch)
treec4db194265aeb65ad2b1965081788fa456b84ef0 /Projects/AVRISP/makefile
parent5930f47bf4b9b4490daf80d44595ff14ee7ce165 (diff)
downloadlufa-1f8dfd0205d431351425f468627984280b21cd5a.tar.gz
lufa-1f8dfd0205d431351425f468627984280b21cd5a.tar.bz2
lufa-1f8dfd0205d431351425f468627984280b21cd5a.zip
Add support for unwrapping of the XMEGA PDI programming protocol to the AVRISP Programmer project.
Diffstat (limited to 'Projects/AVRISP/makefile')
-rw-r--r--Projects/AVRISP/makefile3
1 files changed, 3 insertions, 0 deletions
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