From 4ede113ca76d8c84b3e73a5b1b2f7b21a76fb719 Mon Sep 17 00:00:00 2001 From: Uwe Bonnes Date: Fri, 5 Jun 2020 16:18:15 +0200 Subject: [PATCH] hydrabus: Disable DFU file generation untit somebody fixes dfu-convert.py This allows "make all_platforms" to succeed on python3 only systems. --- src/platforms/hydrabus/Makefile.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/platforms/hydrabus/Makefile.inc b/src/platforms/hydrabus/Makefile.inc index ac96637..24d43fa 100644 --- a/src/platforms/hydrabus/Makefile.inc +++ b/src/platforms/hydrabus/Makefile.inc @@ -23,7 +23,7 @@ SRC += cdcacm.c \ timing.c \ timing_stm32.c \ -all: blackmagic.bin blackmagic.hex blackmagic.dfu +all: blackmagic.bin blackmagic.hex blackmagic.dfu: blackmagic.hex @echo Creating $@