boards/native: define FLASHFILE
Even if native does not require flashing, it is the file used for running.
This commit is contained in:
parent
fb5b048170
commit
47ff0198d5
@ -13,8 +13,11 @@ else
|
|||||||
DEBUGGER ?= gdb
|
DEBUGGER ?= gdb
|
||||||
endif
|
endif
|
||||||
|
|
||||||
TERMPROG ?= $(ELFFILE)
|
|
||||||
FLASHER = true
|
FLASHER = true
|
||||||
|
FLASHFILE ?= $(ELFFILE)
|
||||||
|
|
||||||
|
TERMPROG ?= $(FLASHFILE)
|
||||||
|
|
||||||
export VALGRIND ?= valgrind
|
export VALGRIND ?= valgrind
|
||||||
export CGANNOTATE ?= cg_annotate
|
export CGANNOTATE ?= cg_annotate
|
||||||
export GPROF ?= gprof
|
export GPROF ?= gprof
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user