Skip to content

Commit 9cb6c2e

Browse files
authored
Merge pull request #21676 from mguetschow/riotboot-builddir
makefiles/boot/riotboot: pass BUILD_DIR to recursive Make call
2 parents 95952ac + 625a8a8 commit 9cb6c2e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

makefiles/boot/riotboot.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ riotboot/flash-bootloader: riotboot/bootloader/flash
8686
riotboot/bootloader/%: $$(if $$(filter riotboot/bootloader/clean,$$@),,$$(BUILDDEPS) pkg-prepare)
8787
$(Q)/usr/bin/env -i \
8888
QUIET=$(QUIET) PATH="$(PATH)" USER="$(USER)"\
89+
BUILD_DIR="$(BUILD_DIR)"\
8990
INCLUDES="$(INCLUDES)"\
9091
EXTERNAL_BOARD_DIRS="$(EXTERNAL_BOARD_DIRS)" BOARD=$(BOARD) \
9192
OPENOCD_DEBUG_ADAPTER=$(OPENOCD_DEBUG_ADAPTER) \

0 commit comments

Comments
 (0)