aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/Incomplete/AVRISP/makefile
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2009-08-23 10:17:13 +0000
committerDean Camera <dean@fourwalledcubicle.com>2009-08-23 10:17:13 +0000
commit7e74bd3ea2f8de6c6a78fc8e2527c806b2dd8476 (patch)
tree1d86590bdba1d42a34c5d82a719ebf85b89e7262 /Projects/Incomplete/AVRISP/makefile
parentf229502d9addacfbefe955a47931b980bfbb1a10 (diff)
downloadlufa-7e74bd3ea2f8de6c6a78fc8e2527c806b2dd8476.tar.gz
lufa-7e74bd3ea2f8de6c6a78fc8e2527c806b2dd8476.tar.bz2
lufa-7e74bd3ea2f8de6c6a78fc8e2527c806b2dd8476.zip
Moved out target-related V2 protocol commands into a seperate file for the AVRISP project.
Added Load Extended Command functionality to the LOAD ADDRESS V2 Protocol command handler for devices with more than 64KB of memory.
Diffstat (limited to 'Projects/Incomplete/AVRISP/makefile')
-rw-r--r--Projects/Incomplete/AVRISP/makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Projects/Incomplete/AVRISP/makefile b/Projects/Incomplete/AVRISP/makefile
index b9aee4848..c4e13ac8a 100644
--- a/Projects/Incomplete/AVRISP/makefile
+++ b/Projects/Incomplete/AVRISP/makefile
@@ -137,6 +137,7 @@ SRC = $(TARGET).c \
Descriptors.c \
Lib/V2Protocol.c \
Lib/V2ProtocolParams.c \
+ Lib/V2ProtocolTarget.c \
$(LUFA_PATH)/LUFA/Drivers/Peripheral/SerialStream.c \
$(LUFA_PATH)/LUFA/Drivers/USB/LowLevel/DevChapter9.c \
$(LUFA_PATH)/LUFA/Drivers/USB/LowLevel/Endpoint.c \