mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
makefiles/riotboot: pass DEBUG_ADAPTER_ID to bootloader recipes
This commit is contained in:
parent
7eb579bf4f
commit
c08801eb65
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user