makefiles/tools: add Makefile dependency to EDBG

This commit is contained in:
dylad 2018-07-10 15:20:14 +02:00
parent edf0360103
commit 5341fc5ae5

View File

@ -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!"