Skip to content

Commit

Permalink
makefiles/boot: map PROGRAMMER_QUIET to riotboot/flash%
Browse files Browse the repository at this point in the history
  • Loading branch information
aabadie committed Feb 25, 2021
1 parent a47bf12 commit af37f5b
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 @@ -81,7 +81,7 @@ riotboot/bootloader/%: $(BUILDDEPS)
QUIET=$(QUIET) PATH="$(PATH)"\
EXTERNAL_BOARD_DIRS="$(EXTERNAL_BOARD_DIRS)" BOARD=$(BOARD)\
DEBUG_ADAPTER_ID=$(DEBUG_ADAPTER_ID) \
PROGRAMMER=$(PROGRAMMER) \
PROGRAMMER=$(PROGRAMMER) PROGRAMMER_QUIET=$(PROGRAMMER_QUIET) \
$(MAKE) --no-print-directory -C $(RIOTBOOT_DIR) $*

# Generate a binary file from the bootloader which fills all the
Expand Down

0 comments on commit af37f5b

Please sign in to comment.