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

2019-08-09 Thread pr-tracker-bot
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!

-- 
Deet-doot-dot, I am a bot.
https://korg.wiki.kernel.org/userdoc/prtracker


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

2019-08-09 Thread Masahiro YAMADA
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(-)