Correct include paths and makefile for the AVRISP project now that the protocol handlers are in seperate directories.
This commit is contained in:
parent
31d7194252
commit
26bc1f3cfd
8 changed files with 23 additions and 20 deletions
|
@ -129,14 +129,14 @@ SRC = $(TARGET).c \
|
|||
Descriptors.c \
|
||||
Lib/V2Protocol.c \
|
||||
Lib/V2ProtocolParams.c \
|
||||
Lib/ISPProtocol.c \
|
||||
Lib/ISPTarget.c \
|
||||
Lib/PDIProtocol.c \
|
||||
Lib/PDITarget.c \
|
||||
Lib/XMEGANVM.c \
|
||||
Lib/TPIProtocol.c \
|
||||
Lib/TPITarget.c \
|
||||
Lib/TINYNVM.c \
|
||||
Lib/ISP/ISPProtocol.c \
|
||||
Lib/ISP/ISPTarget.c \
|
||||
Lib/PDI/PDIProtocol.c \
|
||||
Lib/PDI/PDITarget.c \
|
||||
Lib/PDI/XMEGANVM.c \
|
||||
Lib/TPI/TPIProtocol.c \
|
||||
Lib/TPI/TPITarget.c \
|
||||
Lib/TPI/TINYNVM.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 \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue