Message ID | 20231122-dtc-warnings-v2-3-bd4087325392@kernel.org (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | kbuild: Per arch/platform dtc warning levels | expand |
diff --git a/arch/riscv/boot/dts/Makefile b/arch/riscv/boot/dts/Makefile index 72030fd727af..a7b17e0ac8c8 100644 --- a/arch/riscv/boot/dts/Makefile +++ b/arch/riscv/boot/dts/Makefile @@ -1,4 +1,7 @@ # SPDX-License-Identifier: GPL-2.0 + +export KBUILD_EXTRA_WARN_DTC=1 + subdir-y += allwinner subdir-y += canaan subdir-y += microchip
As all RISC-V .dts files are W=1 clean, enable the W=1 warnings all the time. Signed-off-by: Rob Herring <robh@kernel.org> --- arch/riscv/boot/dts/Makefile | 3 +++ 1 file changed, 3 insertions(+)