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

makefiles: add export for OS variable

Export the OS variable for proper multi-OS support.
Currently only needed by 'pkg/jerryscript')
This commit is contained in:
Sebastian Meiling 2019-12-12 20:42:44 +01:00
parent 5eee821f6e
commit 737635573a

View File

@ -5,6 +5,8 @@ export Q # Used in front of Makefile lines to suppress the p
export QQ # as Q, but be more quiet
export QUIET # The parameter to use whether to show verbose makefile commands or not.
export OS # The operating system of the build host
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.