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

makefiles/riotboot: ensure BUILDDEPS are built before riotboot targets

This commit is contained in:
Leandro Lanzieri 2021-01-26 18:04:22 +01:00
parent 8e47621e7c
commit c99559222f
No known key found for this signature in database
GPG Key ID: F4E9A721761C7593

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)\