Skip to content

Commit

Permalink
dist/tools: exclude sam21_common cmsis include files
Browse files Browse the repository at this point in the history
  • Loading branch information
Kees Bakker committed Aug 15, 2016
1 parent db00d87 commit b0ed884
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/tools/externc/check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ else
FILES="$(git diff --diff-filter=${DIFFFILTER} --name-only ${BRANCH} | grep -E '\.h$')"
fi

FILES=$(echo "${FILES}" | grep -v -E '^(dist/tools|boards/msba2-common/tools/|cpu/saml21/include/atmel/)')
FILES=$(echo "${FILES}" | grep -v -E '^(dist/tools|boards/msba2-common/tools/|cpu/saml21/include/atmel/|cpu/sam21_common/include/cmsis/)')

# check files
for FILE in ${FILES}; do
Expand Down

0 comments on commit b0ed884

Please sign in to comment.