]> git.ipfire.org Git - people/ms/u-boot.git/commit - scripts/Makefile.extrawarn
kbuild: update DTC warning settings for bus and node/property name checks
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Mon, 15 May 2017 07:07:33 +0000 (16:07 +0900)
committerTom Rini <trini@konsulko.com>
Mon, 15 May 2017 17:00:27 +0000 (13:00 -0400)
commit50749d2ac30dd7af94d8c9ed64276f92d9d396f5
tree228512dfbafc28f9ea3bd2206393839c3b28fe1a
parenteec342ab184fe2c0e0b244956b9bf92588863499
kbuild: update DTC warning settings for bus and node/property name checks

Recent commits of DTC introduced new warnings checking PCI and simple
buses, unit address formatting, and stricter node and property name
checking.  Disable the new DTC warnings by default.  As before,
warnings are enabled with W=*.  The strict node and property name
checks are a bit subjective, so they are only enabled for W=2.
(This policy reflects the commit 8654cb8d0371 of Linux.)

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
scripts/Makefile.extrawarn