Skip to content

Commit

Permalink
dist/buildsystem_sanity_check: remove CPU_MODEL blacklists
Browse files Browse the repository at this point in the history
Remove blacklisting the slwstk6000b and the cortexm.inc.mk as they must
be fixed.
  • Loading branch information
cladmi committed Sep 30, 2019
1 parent 82107cb commit 0248785
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions dist/tools/buildsystem_sanity_check/check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -154,10 +154,6 @@ check_cpu_cpu_model_defined_in_makefile_features() {
patterns+=(-e '^ *\(export\)\? *CPU_MODEL \??\?=')
pathspec+=(':!boards/**/Makefile.features')

# Currently blacklist these non migrated file for CPU_MODEL
pathspec+=(':!boards/slwstk6000b/Makefile.include')
pathspec+=(':!makefiles/arch/cortexm.inc.mk')

git -C "${RIOTBASE}" grep "${patterns[@]}" -- "${pathspec[@]}" \
| error_with_message 'CPU and CPU_MODEL definition must be done by board/BOARD/Makefile.features or board/common/**/Makefile.features'
}
Expand Down

0 comments on commit 0248785

Please sign in to comment.