aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorJens Wiklander <jens.wiklander@linaro.org>2018-05-14 17:32:25 +0200
committerJérôme Forissier <jerome.forissier@linaro.org>2018-05-22 15:23:06 +0200
commit19beec2d5a8583f1c4d9b7e5c14df6f5fb9214fc (patch)
tree4187c8f5ca6875f5fd42c4c92c51f85823dbc3b3 /scripts
parent433c42576132eb4c57ef6c9a2b912b907ce7d046 (diff)
checkpatch_inc.sh: remove non-existent directories
Removes directories listed in checkpatch_inc.sh that doesn't exists any longer. Reviewed-by: Joakim Bech <joakim.bech@linaro.org> Acked-by: Etienne Carriere <etienne.carriere@linaro.org> Signed-off-by: Jens Wiklander <jens.wiklander@linaro.org>
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 23a84b2b..cac33381 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/lib{png,utils,zlib} \
+ lib/libutils \
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)