mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
makefiles/boot/riotboot.mk: use BUILD_FILES
- Fixes compiling in docker by using BUILD_FILES to define extra files to be built
This commit is contained in:
parent
ded2ebc8e7
commit
5790e061c7
@ -49,9 +49,7 @@ SLOT_RIOT_ELFS = $(BINDIR_APP)-slot0.elf $(BINDIR_APP)-slot1.elf
|
|||||||
# ensure both slot elf files are always linked
|
# ensure both slot elf files are always linked
|
||||||
# this ensures that both "make test" and "make test-murdock" can rely on them
|
# this ensures that both "make test" and "make test-murdock" can rely on them
|
||||||
# being present without having to trigger re-compilation.
|
# being present without having to trigger re-compilation.
|
||||||
ifneq (1, $(RIOTNOLINK))
|
BUILD_FILES += $(SLOT_RIOT_ELFS)
|
||||||
link: $(SLOT_RIOT_ELFS)
|
|
||||||
endif
|
|
||||||
|
|
||||||
# Create binary target with RIOT header
|
# Create binary target with RIOT header
|
||||||
$(SLOT_RIOT_BINS): %.$(APP_VER).riot.bin: %.hdr %.bin
|
$(SLOT_RIOT_BINS): %.$(APP_VER).riot.bin: %.hdr %.bin
|
||||||
|
Loading…
Reference in New Issue
Block a user