hydrabus: Disable DFU file generation untit somebody fixes dfu-convert.py
This allows "make all_platforms" to succeed on python3 only systems.
This commit is contained in:
parent
f5e305e237
commit
4ede113ca7
|
@ -23,7 +23,7 @@ SRC += cdcacm.c \
|
||||||
timing.c \
|
timing.c \
|
||||||
timing_stm32.c \
|
timing_stm32.c \
|
||||||
|
|
||||||
all: blackmagic.bin blackmagic.hex blackmagic.dfu
|
all: blackmagic.bin blackmagic.hex
|
||||||
|
|
||||||
blackmagic.dfu: blackmagic.hex
|
blackmagic.dfu: blackmagic.hex
|
||||||
@echo Creating $@
|
@echo Creating $@
|
||||||
|
|
Loading…
Reference in New Issue