Add URL for dfu-util

This commit is contained in:
Gregory Nutt 2017-04-23 10:56:33 -06:00
parent 62966d915c
commit 6601912f12

View File

@ -68,6 +68,8 @@ NM = $(ARCROSSDEV)nm
OBJCOPY = $(CROSSDEV)objcopy
OBJDUMP = $(CROSSDEV)objdump
# See http://dfu-util.sourceforge.net/
DFUSUFFIX = dfu-suffix
DFUUTIL = dfu-util
@ -134,3 +136,4 @@ define DOWNLOAD
endef
endif