mbox series

[GIT,PULL] Kbuild fixes for v5.3-rc4

Message ID CAK7LNAQGV+CFP6o3_iQNH3x6boXWH=2JN8j7WPJbtyi=eF6=dg@mail.gmail.com (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] Kbuild fixes for v5.3-rc4 | expand

Pull-request

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

Message

Masahiro YAMADA Aug. 10, 2019, 2:10 a.m. UTC
Hi Linus,

Please pull more Kbuild fixes.
Thanks!


The following changes since commit e21a712a9685488f5ce80495b37b9fdbe96c230d:

  Linux 5.3-rc3 (2019-08-04 18:40:12 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild.git
tags/kbuild-fixes-v5.3-3

for you to fetch changes up to c07d8d47bca1b325102fa2be3a463075f7b051d9:

  kbuild: show hint if subdir-y/m is used to visit module Makefile
(2019-08-10 01:45:31 +0900)

----------------------------------------------------------------
Kbuild fixes for v5.3 (3rd)

 - revive single target %.ko

 - do not create built-in.a where it is unneeded

 - do not create modules.order where it is unneeded

 - show a warning if subdir-y/m is used to visit a module Makefile

----------------------------------------------------------------
Masahiro Yamada (4):
      kbuild: revive single target %.ko
      kbuild: fix false-positive need-builtin calculation
      kbuild: generate modules.order only in directories visited by obj-y/m
      kbuild: show hint if subdir-y/m is used to visit module Makefile

 Makefile                 | 13 ++++++++++++-
 scripts/Makefile.build   | 11 ++++++++++-
 scripts/Makefile.modpost |  6 ++----
 3 files changed, 24 insertions(+), 6 deletions(-)

Comments

pr-tracker-bot@kernel.org Aug. 10, 2019, 3:35 a.m. UTC | #1
The pull request you sent on Sat, 10 Aug 2019 11:10:22 +0900:

> git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild.git tags/kbuild-fixes-v5.3-3

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/451577f3e3a9bf1861218641dbbf98e214e77851

Thank you!