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

tests/riotboot: use 'RIOTBOOT_COMBINED_BIN' variable

Use the new variable instead of the composed name.
This commit is contained in:
Gaëtan Harter 2019-03-01 16:24:30 +01:00
parent 5355f6a7be
commit 60f71a1c15
No known key found for this signature in database
GPG Key ID: 76DF6BCF1B1F883B

View File

@ -27,8 +27,8 @@ include $(RIOTBASE)/Makefile.include
# This is currently hacky as there is no way of specifiying a FLASHFILE
all: riotboot/combined-slot0
# openocd
ELFFILE = $(BINDIR_APP)-slot0-combined.bin
ELFFILE = $(RIOTBOOT_COMBINED_BIN)
# edbg
HEXFILE = $(BINDIR_APP)-slot0-combined.bin
HEXFILE = $(RIOTBOOT_COMBINED_BIN)
# murdock uses ':=' to get the flashfile variable so should also be overwritten
FLASHFILE = $(BINDIR_APP)-slot0-combined.bin
FLASHFILE = $(RIOTBOOT_COMBINED_BIN)