1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

makefiles/vars: export NATIVEINCLUDES there

This commit is contained in:
Alexandre Abadie 2020-03-26 10:25:09 +01:00
parent 745dd05868
commit 91a553b3e2
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405

View File

@ -17,6 +17,7 @@ export CPU_FAM # An intermediate identifier between CPU and CPU_MO
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.
export NATIVEINCLUDES # The native include paths, set by the various native Makefile.include files.
export USEMODULE # Sys Module dependencies of the application. Set in the application's Makefile.
export USEPKG # Pkg dependencies (third party modules) of the application. Set in the application's Makefile.