[GIT PULL] Kbuild fixes for v5.3-rc4
From: Masahiro YAMADA
Date: Fri Aug 09 2019 - 22:28:04 EST
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(-)