boards/native: define FLASHFILE

Even if native does not require flashing, it is the file used for running.
This commit is contained in:
Gaëtan Harter 2019-06-27 14:21:18 +02:00
parent fb5b048170
commit 47ff0198d5
No known key found for this signature in database
GPG Key ID: 76DF6BCF1B1F883B

View File

@ -13,8 +13,11 @@ else
DEBUGGER ?= gdb
endif
TERMPROG ?= $(ELFFILE)
FLASHER = true
FLASHFILE ?= $(ELFFILE)
TERMPROG ?= $(FLASHFILE)
export VALGRIND ?= valgrind
export CGANNOTATE ?= cg_annotate
export GPROF ?= gprof