aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rw-r--r--scripts/checkpatch_inc.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/checkpatch_inc.sh b/scripts/checkpatch_inc.sh
index cac33381..46dbbcb4 100644
--- a/scripts/checkpatch_inc.sh
+++ b/scripts/checkpatch_inc.sh
@@ -5,7 +5,7 @@ CHECKPATCH="${CHECKPATCH:-checkpatch.pl}"
CHECKPATCH_IGNORE=$(echo \
core/include/gen-asm-defines.h \
core/lib/lib{fdt,tomcrypt} core/lib/zlib \
- lib/libutils \
+ lib/libutils lib/libmbedtls \
core/arch/arm/include/arm{32,64}.h \
core/arch/arm/plat-ti/api_monitor_index_a{9,15}.h)
_CP_EXCL=$(for p in $CHECKPATCH_IGNORE; do echo ":(exclude)$p" ; done)