summaryrefslogtreecommitdiffstats
path: root/virt
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2018-01-18 12:31:46 +0900
committerMasahiro Yamada <yamada.masahiro@socionext.com>2018-01-25 22:17:25 +0900
commitf759625ad270898efdf8c153c74021a8a919312b (patch)
treeea160f1834f259f7909546aacdcb432a2df35310 /virt
parent321cb0308a9e76841394b4bbab6a1107cfedbae0 (diff)
downloadlinux-stable-f759625ad270898efdf8c153c74021a8a919312b.tar.gz
linux-stable-f759625ad270898efdf8c153c74021a8a919312b.tar.bz2
linux-stable-f759625ad270898efdf8c153c74021a8a919312b.zip
kbuild: fix W= option checks for extra DTC warnings
Kbuild supports 3 levels of extra warnings, and multiple levels can be combined, like W=12, W=123. It was added by commit a6de553da01c ("kbuild: Allow to combine multiple W= levels"). From the log of commit 8654cb8d0371 ("dtc: update warning settings for new bus and node/property name checks"), I assume: - unit_address_vs_reg, simple_bus_reg, etc. belong to level 1 - node_name_chars_strict, property_name_chars_strict belong to level 2 However, the level 1 warnings are displayed by any argument to W=. On the other hand, the level 2 warnings are displayed by W=2, but not by W=12, or W=123. Use $(findstring ...) like scripts/Makefile.extrawarn. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Acked-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'virt')
0 files changed, 0 insertions, 0 deletions