mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
makefiles: end of 'FLASHFILE' transition phase
* Remove the transition documentation. * assert that FLASHFILE is now defined
This commit is contained in:
parent
4ebf3dcb7c
commit
ce8d10c945
@ -426,14 +426,15 @@ include $(RIOTMAKE)/boot/riotboot.mk
|
||||
elffile: $(ELFFILE)
|
||||
hexfile: $(HEXFILE)
|
||||
binfile: $(BINFILE)
|
||||
# # # FLASHFILE Being introduced, only supported if bsp define FLASHFILE # # #
|
||||
# # # Not all boards use this file for the moment
|
||||
#
|
||||
# FLASHFILE is the file used by the flasher
|
||||
# Usually set to $(ELFFILE), $(HEXFILE) or $(BINFILE) in the board/flasher
|
||||
# or application specific files
|
||||
flashfile: $(FLASHFILE)
|
||||
|
||||
ifeq (,$(FLASHFILE))
|
||||
$(error FLASHFILE is not defined for this board: $(FLASHFILE))
|
||||
endif
|
||||
|
||||
# variables used to compile and link c++
|
||||
CPPMIX ?= $(if $(wildcard *.cpp),1,)
|
||||
|
||||
|
@ -78,7 +78,7 @@ export PORT # The port to connect the TERMPROG to.
|
||||
export ELFFILE # The unstripped result of the compilation.
|
||||
export HEXFILE # The 'intel hex' stripped result of the compilation.
|
||||
# BINFILE # The 'binary' stripped result of the compilation.
|
||||
# FLASHFILE # The output file used for flashing (transition phase: only if defined)
|
||||
# FLASHFILE # The output file used for flashing
|
||||
# DEBUGGER # The command to call on "make debug", usually a script starting the GDB front-end.
|
||||
# DEBUGGER_FLAGS # The parameters to supply to DEBUGGER.
|
||||
# DEBUGSERVER # The command to call on "make debug-server", usually a script starting the GDB server.
|
||||
|
Loading…
Reference in New Issue
Block a user