summaryrefslogtreecommitdiff
path: root/scripts/checkpatch_inc.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/checkpatch_inc.sh')
-rw-r--r--scripts/checkpatch_inc.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/checkpatch_inc.sh b/scripts/checkpatch_inc.sh
index 487b60e..7d3e20e 100644
--- a/scripts/checkpatch_inc.sh
+++ b/scripts/checkpatch_inc.sh
@@ -2,7 +2,8 @@
CHECKPATCH="${CHECKPATCH:-checkpatch.pl}"
# checkpatch.pl will ignore the following paths
-CHECKPATCH_IGNORE=$(echo core/lib/lib{fdt,tomcrypt} lib/lib{png,utils,zlib})
+CHECKPATCH_IGNORE=$(echo core/lib/lib{fdt,tomcrypt} lib/lib{png,utils,zlib} \
+ core/arch/arm/plat-ti/api_monitor_index.h)
_CP_EXCL=$(for p in $CHECKPATCH_IGNORE; do echo ":(exclude)$p" ; done)
function _checkpatch() {