makefiles/vars: document EEPROM_FILE variable
This commit is contained in:
parent
5a9f01d91a
commit
ab8ad3f990
@ -76,6 +76,7 @@ export SIZEFLAGS # The optional size flags.
|
||||
export UNDEF # Object files that the linker must include in the ELFFILE even if no call to the functions or symbols (ex: interrupt vectors).
|
||||
export WERROR # Treat all compiler warnings as errors if set to 1 (see -Werror flag in GCC manual)
|
||||
export WPEDANTIC # Issue all (extensive) compiler warnings demanded by strict C/C++
|
||||
# EEPROM_FILE # (Native only!) file path where the content of the EEPROM is stored
|
||||
|
||||
export GITCACHE # path to git-cache executable
|
||||
export GIT_CACHE_DIR # path to git-cache cache directory
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user