1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2026-01-01 01:41:18 +01:00

dist/tools/buildsystem_sanity_check: ignore .mdx files for test

This commit is contained in:
Lasse Rosenow 2025-12-11 10:06:12 +01:00
parent 670a36bbe6
commit 7333a7cd95
No known key found for this signature in database

View File

@ -214,6 +214,7 @@ check_cpu_cpu_model_defined_in_makefile_features() {
patterns+=(-e '^ *\(export\)\? *CPU \??\?=')
patterns+=(-e '^ *\(export\)\? *CPU_MODEL \??\?=')
pathspec+=(':!**.md')
pathspec+=(':!**.mdx')
pathspec+=(':!boards/**/Makefile.features')
pathspec+=(':!cpu/**/Makefile.features')