Skip to content

Commit

Permalink
tools/buildsystem_sanity_check: blacklist PROGRAMMER_SERIAL variable
Browse files Browse the repository at this point in the history
  • Loading branch information
aabadie committed Jun 3, 2019
1 parent b464ece commit 06013cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dist/tools/buildsystem_sanity_check/check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ UNEXPORTED_VARIABLES+=('DEBUGGER' 'DEBUGGER_FLAGS')
UNEXPORTED_VARIABLES+=('DEBUGSERVER' 'DEBUGSERVER_FLAGS')
UNEXPORTED_VARIABLES+=('PREFLASHER' 'PREFFLAGS' 'FLASHDEPS')
UNEXPORTED_VARIABLES+=('DEBUG_ADAPTER' 'DEBUG_ADAPTER_ID')
UNEXPORTED_VARIABLES+=('PROGRAMMER_SERIAL')
UNEXPORTED_VARIABLES+=('STLINK_VERSION')

EXPORTED_VARIABLES_ONLY_IN_VARS=()
Expand Down

0 comments on commit 06013cf

Please sign in to comment.