X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/3b95b8dedced6c118cfb2cd7fc72c696c076119e..666c0fa4c31b2c9f7f02f6d0e09551e24dc4680c:/Projects/XPLAINBridge/makefile diff --git a/Projects/XPLAINBridge/makefile b/Projects/XPLAINBridge/makefile index 1aefdcad4..1a865a110 100644 --- a/Projects/XPLAINBridge/makefile +++ b/Projects/XPLAINBridge/makefile @@ -139,6 +139,7 @@ SRC = $(TARGET).c \ $(AVRISP_PATH)/Lib/XPROG/XMEGANVM.c \ $(AVRISP_PATH)/Lib/XPROG/TINYNVM.c \ $(LUFA_PATH)/LUFA/Drivers/USB/LowLevel/DevChapter9.c \ + $(LUFA_PATH)/LUFA/Drivers/USB/LowLevel/Device.c \ $(LUFA_PATH)/LUFA/Drivers/USB/LowLevel/Endpoint.c \ $(LUFA_PATH)/LUFA/Drivers/USB/LowLevel/Host.c \ $(LUFA_PATH)/LUFA/Drivers/USB/LowLevel/HostChapter9.c \ @@ -755,4 +756,5 @@ $(shell mkdir $(OBJDIR) 2>/dev/null) showtarget begin finish end sizebefore sizeafter \ gccversion build elf hex eep lss sym coff extcoff \ program dfu flip flip-ee dfu-ee clean debug \ -clean_list clean_binary gdb-config doxygen \ No newline at end of file +clean_list clean_binary clean_doxygen gdb-config \ +doxygen \ No newline at end of file