1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-25 06:23:53 +01:00

ci/buildssytem: ensure PYOCD_ADAPTER_INIT is not exported

This commit is contained in:
Alexandre Abadie 2020-03-08 15:11:06 +01:00
parent fb27409b73
commit 980e06bcd6
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405

View File

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