mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
makefiles: update FLASHFILE possible values
Update the documentation to say it can also be 'ELFFILE' The first version was setting it to EFLFILE by default but the default behavior was removed to prevent hiding errors. It can also be overwritten for application specific needs, like when using 'riotboot'.
This commit is contained in:
parent
5653004d52
commit
4ebf3dcb7c
@ -430,7 +430,8 @@ binfile: $(BINFILE)
|
||||
# # # Not all boards use this file for the moment
|
||||
#
|
||||
# FLASHFILE is the file used by the flasher
|
||||
# (can be overwritten to $(HEXFILE), $(BINFILE))
|
||||
# Usually set to $(ELFFILE), $(HEXFILE) or $(BINFILE) in the board/flasher
|
||||
# or application specific files
|
||||
flashfile: $(FLASHFILE)
|
||||
|
||||
# variables used to compile and link c++
|
||||
|
Loading…
Reference in New Issue
Block a user