1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

Merge pull request #15860 from leandrolanzieri/pr/makefiles/riotboot_add_builddeps_dependency

makefiles/riotboot: ensure BUILDDEPS are built before riotboot targets
This commit is contained in:
Alexandre Abadie 2021-01-27 10:34:29 +01:00 committed by GitHub
commit 7212ad7dbd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -76,7 +76,7 @@ riotboot: $(SLOT_RIOT_BINS)
# riotboot bootloader compile target
riotboot/flash-bootloader: riotboot/bootloader/flash
riotboot/bootloader/%:
riotboot/bootloader/%: $(BUILDDEPS)
$(Q)/usr/bin/env -i \
QUIET=$(QUIET) PATH="$(PATH)"\
EXTERNAL_BOARD_DIRS="$(EXTERNAL_BOARD_DIRS)" BOARD=$(BOARD)\