From c08801eb657250307d698119f89fdb664b1c1dcc Mon Sep 17 00:00:00 2001 From: Francisco Molina Date: Wed, 24 Jul 2019 16:27:37 +0200 Subject: [PATCH] makefiles/riotboot: pass DEBUG_ADAPTER_ID to bootloader recipes --- makefiles/boot/riotboot.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefiles/boot/riotboot.mk b/makefiles/boot/riotboot.mk index 6edabe9f24..f07d049617 100644 --- a/makefiles/boot/riotboot.mk +++ b/makefiles/boot/riotboot.mk @@ -84,7 +84,7 @@ riotboot/flash-bootloader: riotboot/bootloader/flash riotboot/bootloader/%: $(Q)/usr/bin/env -i \ QUIET=$(QUIET)\ - PATH=$(PATH) BOARD=$(BOARD) \ + PATH=$(PATH) BOARD=$(BOARD) DEBUG_ADAPTER_ID=$(DEBUG_ADAPTER_ID)\ $(MAKE) --no-print-directory -C $(RIOTBOOT_DIR) $* # Generate a binary file from the bootloader which fills all the