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:
parent
5355f6a7be
commit
60f71a1c15
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user