Re: [PATCH] kbuild: Add DTB_FILES variable for dtbs_check

From: AngeloGioacchino Del Regno
Date: Wed Nov 02 2022 - 04:55:51 EST


Il 01/11/22 23:03, Nícolas F. R. A. Prado ha scritto:
Currently running dtbs_check compiles and runs the DT checker on all
enabled devicetrees against all dt-bindings. This can take a long time,
and is an unnecessary burden when just validating a new devicetree or
changes in an existing one, with the dt-bindings unchanged.

Similarly to DT_SCHEMA_FILES for dt_binding_check, add a DTB_FILES
variable that can be passed to the dtbs_check make command to restrict
which devicetrees are validated.

Signed-off-by: Nícolas F. R. A. Prado <nfraprado@xxxxxxxxxxxxx>


Tested-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@xxxxxxxxxxxxx>