[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAK7LNAQGV+CFP6o3_iQNH3x6boXWH=2JN8j7WPJbtyi=eF6=dg@mail.gmail.com>
Date: Sat, 10 Aug 2019 11:10:22 +0900
From: Masahiro YAMADA <masahir0yamad@...il.com>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
Linux Kbuild mailing list <linux-kbuild@...r.kernel.org>,
masahiroy@...nel.org
Subject: [GIT PULL] Kbuild fixes for v5.3-rc4
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(-)
Powered by blists - more mailing lists