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

ci/buildsystem_check: ensure JLINK_DEVICE is not exported

This commit is contained in:
Alexandre Abadie 2020-03-03 13:13:41 +01:00
parent 1e9879fbcf
commit 9c2e5c9b7c
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405

View File

@ -86,6 +86,7 @@ UNEXPORTED_VARIABLES+=('OPENOCD_CONFIG')
UNEXPORTED_VARIABLES+=('OPENOCD_RESET_USE_CONNECT_ASSERT_SRST')
UNEXPORTED_VARIABLES+=('FLASH_TARGET_TYPE')
UNEXPORTED_VARIABLES+=('PYOCD_ADAPTER_INIT')
UNEXPORTED_VARIABLES+=('JLINK_DEVICE')
EXPORTED_VARIABLES_ONLY_IN_VARS=()
EXPORTED_VARIABLES_ONLY_IN_VARS+=('APPDEPS')