makefiles/vars: document EEPROM_FILE variable

This commit is contained in:
Alexandre Abadie 2019-11-14 13:51:45 +01:00
parent 5a9f01d91a
commit ab8ad3f990
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405

View File

@ -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