1
0
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:
Francisco Molina 2019-09-25 10:36:31 +02:00
parent ded2ebc8e7
commit 5790e061c7

View File

@ -49,9 +49,7 @@ SLOT_RIOT_ELFS = $(BINDIR_APP)-slot0.elf $(BINDIR_APP)-slot1.elf
# ensure both slot elf files are always linked
# this ensures that both "make test" and "make test-murdock" can rely on them
# being present without having to trigger re-compilation.
ifneq (1, $(RIOTNOLINK))
link: $(SLOT_RIOT_ELFS)
endif
BUILD_FILES += $(SLOT_RIOT_ELFS)
# Create binary target with RIOT header
$(SLOT_RIOT_BINS): %.$(APP_VER).riot.bin: %.hdr %.bin