From 5341fc5ae5e492e3869340b47f569f7cd01a12d8 Mon Sep 17 00:00:00 2001 From: dylad <dylan.laduranty@mesotic.com> Date: Tue, 10 Jul 2018 15:20:14 +0200 Subject: [PATCH] makefiles/tools: add Makefile dependency to EDBG --- makefiles/tools/targets.inc.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefiles/tools/targets.inc.mk b/makefiles/tools/targets.inc.mk index 352f146fec..74f1de61d1 100644 --- a/makefiles/tools/targets.inc.mk +++ b/makefiles/tools/targets.inc.mk @@ -12,7 +12,7 @@ $(RIOTTOOLS)/bossa/bossac: @make -C $(RIOTTOOLS)/bossa @echo "[INFO] bossac binary successfully build!" -$(RIOTTOOLS)/edbg/edbg: +$(RIOTTOOLS)/edbg/edbg: $(RIOTTOOLS)/edbg/Makefile @echo "[INFO] edbg binary not found - building it from source now" CC= CFLAGS= make -C $(RIOTTOOLS)/edbg @echo "[INFO] edbg binary successfully build!" -- GitLab