[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1520471103-10089-1-git-send-email-yamada.masahiro@socionext.com>
Date: Thu, 8 Mar 2018 10:04:58 +0900
From: Masahiro Yamada <yamada.masahiro@...ionext.com>
To: linux-kbuild@...r.kernel.org
Cc: Sam Ravnborg <sam@...nborg.org>,
Michal Marek <michal.lkml@...kovi.net>,
Cao jin <caoj.fnst@...fujitsu.com>,
Govind Singh <govinds@...eaurora.org>,
Kalle Valo <kvalo@...eaurora.org>,
Masahiro Yamada <yamada.masahiro@...ionext.com>,
linux-kernel@...r.kernel.org
Subject: [PATCH 0/5] kbuild: always define KBUILD_MODNAME, and clean-up/fix modname
3/5 takes into account '-m' case for multi-used-m.
2/5 is necessary beforehand because 3/5 would cause a build error for
drivers/net/ethernet/cavium/liquidio/lio_ethtool.c
1, 4, 5 are just clean-ups.
Cao jin (1):
kbuild: fix modname for composite modules
Masahiro Yamada (4):
kbuild: remove unnecessary $(subst $(obj)/,,...) in modname-multi
kbuild: define KBUILD_MODNAME even if multiple modules share objects
kbuild: simplify modname calculation
kbuild: move modname and modname-multi close to modname_flags
scripts/Makefile.build | 12 ------------
scripts/Makefile.lib | 22 +++++++++-------------
2 files changed, 9 insertions(+), 25 deletions(-)
--
2.7.4
Powered by blists - more mailing lists