[GIT PULL] Kbuild updates for v4.14
From: Masahiro Yamada
Date: Thu Sep 14 2017 - 10:57:34 EST
Hi Linus,
Here are Kbuild updates for v4.14.
Please pull!
The following changes since commit aae4e7a8bc44722fe70d58920a36916b1043195e:
Linux 4.13-rc4 (2017-08-06 18:44:49 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild.git
tags/kbuild-v4.14
for you to fetch changes up to 77780f799e66cd261746a281dbbef1ee0c6997cd:
kbuild: buildtar: do not print successful message if tar returns
error (2017-09-13 00:20:33 +0900)
----------------------------------------------------------------
Kbuild updates for v4.14
- Use Make-builtin $(abspath ...) helper to get absolute path
- Add W=2 extra warning option to detect unused macros
- Use more KCONFIG_CONFIG instead hard-coded .config
- Fix bugs of tar*-pkg targets
----------------------------------------------------------------
Johannes Thumshirn (1):
Kbuild: enable -Wunused-macros warning for "make W=2"
Masahiro Yamada (3):
kbuild: use $(abspath ...) instead of $(shell cd ... && /bin/pwd)
kbuild: buildtar: fix tar error when CONFIG_MODULES is disabled
kbuild: buildtar: do not print successful message if tar returns error
Nicolas Porcel (1):
kbuild: Use KCONFIG_CONFIG in buildtar
Makefile | 12 ++++++------
scripts/Makefile.extrawarn | 1 +
scripts/gdb/linux/Makefile | 2 +-
scripts/package/buildtar | 36 +++++++++++++++++-------------------
tools/power/cpupower/Makefile | 2 +-
tools/scripts/Makefile.include | 6 +++---
6 files changed, 29 insertions(+), 30 deletions(-)
--
Best Regards
Masahiro Yamada