Skip to content
Snippets Groups Projects
Commit 19bf9f8d authored by Hauke Petersen's avatar Hauke Petersen
Browse files

dist/externc: exclude all (CPU) vendor headers

parent 997244f9
No related branches found
No related tags found
No related merge requests found
...@@ -28,7 +28,7 @@ else ...@@ -28,7 +28,7 @@ else
FILES="$(git diff --diff-filter=${DIFFFILTER} --name-only ${BRANCH} | grep -E '\.h$')" FILES="$(git diff --diff-filter=${DIFFFILTER} --name-only ${BRANCH} | grep -E '\.h$')"
fi fi
FILES=$(echo "${FILES}" | grep -v -E '^(dist/tools|boards/msba2-common/tools/|cpu/saml21/include/atmel/|cpu/sam0_common/include/cmsis/)') FILES=$(echo "${FILES}" | grep -v -E '^(dist/tools|boards/msba2-common/tools/|.+/include/vendor/)')
# check files # check files
for FILE in ${FILES}; do for FILE in ${FILES}; do
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment