Skip to content

Commit

Permalink
riotboot: retain RIOTLINKSEED
Browse files Browse the repository at this point in the history
Otherwise it is unset for the recursive make invocation and newly
generated.
  • Loading branch information
nmeum committed Jan 22, 2020
1 parent e8d338c commit ce2c389
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion makefiles/boot/riotboot.mk
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ riotboot/flash-bootloader: riotboot/bootloader/flash
riotboot/bootloader/%:
$(Q)/usr/bin/env -i \
QUIET=$(QUIET)\
PATH=$(PATH) BOARD=$(BOARD) DEBUG_ADAPTER_ID=$(DEBUG_ADAPTER_ID)\
RIOTLINKSEED=$(RIOTLINKSEED) 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
Expand Down

0 comments on commit ce2c389

Please sign in to comment.