From 332b3abdd5a0c4adc7f32f7e306bfadf5d3905a1 Mon Sep 17 00:00:00 2001 From: Laurent Pinchart Date: Tue, 11 Jan 2022 11:42:19 +0200 Subject: kbuild: Add -m to DT_CHECKER_FLAGS The -m option to the DT checks catches additional errors. Signed-off-by: Laurent Pinchart --- kbuild.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 # -- cgit v1.2.3