mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
makefiles/vars.inc.mk: update doc on CPU/CPU_MODEL definition
Part of moving CPU/CPU_MODEL definition to Makefile.features to have it available before Makefile.include.
This commit is contained in:
parent
3125d6f979
commit
5c0ba89e81
@ -8,8 +8,8 @@ export QUIET # The parameter to use whether to show verbose make
|
||||
export APPLICATION # The application, set in the Makefile which is run by the user.
|
||||
export APPLICATION_MODULE # The application module name.
|
||||
export BOARD # The board to compile the application for.
|
||||
export CPU # The CPU, set by the board's Makefile.include.
|
||||
export CPU_MODEL # The specific identifier of the used CPU, used for some CPU implementations to differentiate between different memory layouts
|
||||
export CPU # The CPU, set by the board's Makefile.features.
|
||||
export CPU_MODEL # The specific identifier of the used CPU, used for some CPU implementations to differentiate between different memory layouts. Set by the board's Makefile.features.
|
||||
export MCU # The MCU, set by the board's Makefile.include, or defaulted to the same value as CPU.
|
||||
export INCLUDES # The extra include paths, set by the various Makefile.include files.
|
||||
export CXXINCLUDES # The extra include paths for c++, set by the various Makefile.include files.
|
||||
|
Loading…
Reference in New Issue
Block a user