aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/AVRISP/makefile
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2009-12-24 01:59:36 +0000
committerDean Camera <dean@fourwalledcubicle.com>2009-12-24 01:59:36 +0000
commit05fcf7e2a79bebb978d4aeaef26b12f70c6826f8 (patch)
tree0f5816ebb362ca34d1ad135d44dd69ecd4773821 /Projects/AVRISP/makefile
parentce044844eaf33ab4dacf199e136abc190125f284 (diff)
downloadlufa-05fcf7e2a79bebb978d4aeaef26b12f70c6826f8.tar.gz
lufa-05fcf7e2a79bebb978d4aeaef26b12f70c6826f8.tar.bz2
lufa-05fcf7e2a79bebb978d4aeaef26b12f70c6826f8.zip
Rename PDIProtocol.c/.h to XPROGProtocol.c/.h as it will now handle both TPI and PDI programming.
Diffstat (limited to 'Projects/AVRISP/makefile')
-rw-r--r--Projects/AVRISP/makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Projects/AVRISP/makefile b/Projects/AVRISP/makefile
index 12f31546e..196eb7951 100644
--- a/Projects/AVRISP/makefile
+++ b/Projects/AVRISP/makefile
@@ -131,10 +131,9 @@ SRC = $(TARGET).c \
Lib/V2ProtocolParams.c \
Lib/ISP/ISPProtocol.c \
Lib/ISP/ISPTarget.c \
- Lib/XPROG/PDIProtocol.c \
+ Lib/XPROG/XPROGProtocol.c \
Lib/XPROG/PDITarget.c \
Lib/XPROG/XMEGANVM.c \
- Lib/XPROG/TPIProtocol.c \
Lib/XPROG/TPITarget.c \
Lib/XPROG/TINYNVM.c \
$(LUFA_PATH)/LUFA/Drivers/Peripheral/Serial.c \