1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-17 05:32:45 +01:00

makefiles/vars.inc.mk: UNDEF fix variable doc

Despite its name, UNDEF are files that must be included during linking even if
the linker would not by default.
This commit is contained in:
Gaëtan Harter 2018-01-26 19:32:42 +01:00
parent 63b3622ef6
commit 5cbfb378a8

View File

@ -54,7 +54,7 @@ export OFLAGS # The parameter for OBJCOPY, e.g. to strip the debu
export OBJDUMP # The command used to create the assembly listing.
export OBJDUMPFLAGS # The parameter for OBJDUMP.
export SIZE # The command to read to size of the ELF sections.
export UNDEF # Set by the BOARD's and CPU's Makefile.include, this contains object files with must not be used in the ELFFILE even if the if no call to the functions.
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 GITCACHE # path to git-cache executable