Skip to content

Commit 625a8a8

Browse files
committed
makefiles/boot/riotboot: pass BUILD_DIR to recursive Make call
1 parent c0cc617 commit 625a8a8

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)