diff options
author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2022-01-11 11:42:19 +0200 |
---|---|---|
committer | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2022-01-11 11:43:19 +0200 |
commit | 332b3abdd5a0c4adc7f32f7e306bfadf5d3905a1 (patch) | |
tree | 06f30b11c7da54da45dc062f0a3b80596920ce29 | |
parent | 687ea37bd60fa62a51937775e64ad96470bd959c (diff) |
The -m option to the DT checks catches additional errors.
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
-rwxr-xr-x | kbuild.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 # |