1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-28 16:01:18 +01:00

dist/tools/buildsystem_sanity_check/: check no PORT_ exports

Add sanity check for removed exports.
This commit is contained in:
Gaëtan Harter 2019-06-03 16:24:48 +02:00
parent 675bd5eec0
commit 6c529458f1
No known key found for this signature in database
GPG Key ID: 76DF6BCF1B1F883B

View File

@ -58,6 +58,7 @@ UNEXPORTED_VARIABLES+=('PREFLASHER' 'PREFFLAGS' 'FLASHDEPS')
UNEXPORTED_VARIABLES+=('DEBUG_ADAPTER' 'DEBUG_ADAPTER_ID')
UNEXPORTED_VARIABLES+=('PROGRAMMER_SERIAL')
UNEXPORTED_VARIABLES+=('STLINK_VERSION')
UNEXPORTED_VARIABLES+=('PORT_LINUX' 'PORT_DARWIN')
EXPORTED_VARIABLES_ONLY_IN_VARS=()
check_not_exporting_variables() {