summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>2022-01-11 11:42:19 +0200
committerLaurent Pinchart <laurent.pinchart@ideasonboard.com>2022-01-11 11:43:19 +0200
commit332b3abdd5a0c4adc7f32f7e306bfadf5d3905a1 (patch)
tree06f30b11c7da54da45dc062f0a3b80596920ce29
parent687ea37bd60fa62a51937775e64ad96470bd959c (diff)
kbuild: Add -m to DT_CHECKER_FLAGSHEADmaster
The -m option to the DT checks catches additional errors. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
-rwxr-xr-xkbuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/kbuild.sh b/kbuild.sh
index badd309..8f950b9 100755
--- a/kbuild.sh
+++ b/kbuild.sh
@@ -251,7 +251,7 @@ fi
#
if [[ ! -z ${opt_dt_bindings} ]] ; then
- $pmake dt_binding_check "DT_SCHEMA_FILES=${opt_dt_bindings}"
+ $pmake dt_binding_check DT_CHECKER_FLAGS=-m "DT_SCHEMA_FILES=${opt_dt_bindings}"
fi
#