mbox series

[GIT,PULL] more Kbuild updates for v4.20

Message ID CAK7LNATzERTiys46vFOTLWBbZ8TXOdT-EojWW7aKZxWwahkTpg@mail.gmail.com (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] more Kbuild updates for v4.20 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild.git

Message

Masahiro Yamada Nov. 3, 2018, 7:57 a.m. UTC
Hi Linus,

Please pull a little more Kbuild updates.
Thanks!




The following changes since commit 310c7585e8300ddc46211df0757c11e4299ec482:

  Merge tag 'nfsd-4.20' of git://linux-nfs.org/~bfields/linux
(2018-10-30 13:03:29 -0700)

are available in the git repository at:

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

for you to fetch changes up to 995167420797c000bff1f0787ab2390ffa1a9784:

  kbuild: remove cc-name variable (2018-11-02 22:49:01 +0900)

----------------------------------------------------------------
Kbuild updates for v4.20 (2nd)

- clean-up leftovers in Kconfig files

- remove stale oldnoconfig and silentoldconfig targets

- remove unneeded cc-fullversion and cc-name variables

- improve merge_config script to allow overriding option prefix

----------------------------------------------------------------
Christoph Hellwig (4):
      scsi: aha152x: rename the PCMCIA define
      powerpc: remove CONFIG_PCI_QSPAN
      powerpc: remove CONFIG_MCA leftovers
      powerpc: PCI_MSI needs PCI

Masahiro Yamada (5):
      kconfig: remove oldnoconfig target
      kconfig: remove silentoldconfig target
      kbuild: remove unused cc-fullversion variable
      kbuild: replace cc-name test with CONFIG_CC_IS_CLANG
      kbuild: remove cc-name variable

Petr Vorel (1):
      merge_config.sh: Allow to define config prefix

 Documentation/kbuild/makefiles.txt | 15 ---------------
 Documentation/networking/ice.rst   |  2 +-
 Makefile                           |  4 ++--
 arch/mips/Makefile                 |  2 +-
 arch/mips/vdso/Makefile            |  2 +-
 arch/powerpc/Kconfig               | 13 -------------
 arch/powerpc/Makefile              |  4 ++--
 arch/powerpc/platforms/40x/Kconfig |  1 +
 arch/powerpc/platforms/44x/Kconfig |  2 ++
 drivers/scsi/Kconfig               |  6 +++---
 drivers/scsi/aha152x.c             | 14 +++++++-------
 drivers/scsi/pcmcia/aha152x_core.c |  2 +-
 scripts/Kbuild.include             |  8 --------
 scripts/Makefile.extrawarn         |  2 +-
 scripts/kconfig/Makefile           | 16 +---------------
 scripts/kconfig/conf.c             |  7 -------
 scripts/kconfig/merge_config.sh    |  6 +++++-
 17 files changed, 28 insertions(+), 78 deletions(-)

Comments

Linus Torvalds Nov. 3, 2018, 5:49 p.m. UTC | #1
On Sat, Nov 3, 2018 at 12:58 AM Masahiro Yamada
<yamada.masahiro@socionext.com> wrote:
>
> Please pull a little more Kbuild updates.

Pulled,

                 Linus