mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-24 14:03:55 +01:00
Merge pull request #11907 from fjmolinas/pr_bootloader_id
makefiles/riotboot: pass DEBUG_ADAPTER_ID to bootloader recipes
This commit is contained in:
commit
2c3a50e280
@ -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…
x
Reference in New Issue
Block a user