[GIT PULL] Kbuild fixes for v4.16-rc5

From: Masahiro Yamada
Date: Sat Mar 10 2018 - 08:49:35 EST


Hi Linus,

Please pull more Kbuild fixes for v4.16.



The following changes since commit 661e50bc853209e41a5c14a290ca4decc43cbfd1:

Linux 4.16-rc4 (2018-03-04 14:54:11 -0800)

are available in the git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild.git
tags/kbuild-fixes-v4.16-2

for you to fetch changes up to 55fe6da9efba102866e2fb5b40b04b6a4b26c19e:

kbuild: Handle builtin dtb file names containing hyphens (2018-03-09
01:14:38 +0900)

----------------------------------------------------------------
Kbuild fixes for v4.16 (2nd)

- make fixdep parse kconfig.h to fix missing rebuild

- replace hyphens with underscores in builtin DTB label names

- fix typos

----------------------------------------------------------------
James Hogan (1):
kbuild: Handle builtin dtb file names containing hyphens

Matteo Croce (1):
scripts/bloat-o-meter: fix typos in help

Rasmus Villemoes (3):
fixdep: remove stale references to uml-config.h
fixdep: remove some false CONFIG_ matches
fixdep: do not ignore kconfig.h

scripts/Makefile.lib | 8 ++++----
scripts/basic/fixdep.c | 15 +++++----------
scripts/bloat-o-meter | 2 +-
3 files changed, 10 insertions(+), 15 deletions(-)


--
Best Regards
Masahiro Yamada