1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00

Merge pull request #16294 from kaspar030/riotboot_pkg_prepare

make: make riotboot target depend on pkg-prepare
This commit is contained in:
Kaspar Schleiser 2021-04-09 13:26:57 +02:00 committed by GitHub
commit 6a69ea0793
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/%: $(BUILDDEPS)
riotboot/bootloader/%: $(BUILDDEPS) pkg-prepare
$(Q)/usr/bin/env -i \
QUIET=$(QUIET) PATH="$(PATH)"\
EXTERNAL_BOARD_DIRS="$(EXTERNAL_BOARD_DIRS)" BOARD=$(BOARD)\