kbuild: update comments in scripts/Makefile.modpost
The comment line "When building external modules ..." explains
the same thing as "Include the module's Makefile ..." a few lines
below.
The comment "they may be used when building the .mod.c file" is no
longer true; .mod.c file is compiled in scripts/Makefile.modfinal
since commit 9b9a3f20cb
("kbuild: split final module linking out
into Makefile.modfinal"). I still keep the code in case $(obj) or
$(src) is used in the external module Makefile.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
This commit is contained in:
Родитель
521b29b6ff
Коммит
fab546e6cd
|
@ -67,10 +67,9 @@ __modpost:
|
||||||
|
|
||||||
else
|
else
|
||||||
|
|
||||||
# When building external modules load the Kbuild file to retrieve EXTRA_SYMBOLS info
|
|
||||||
ifneq ($(KBUILD_EXTMOD),)
|
ifneq ($(KBUILD_EXTMOD),)
|
||||||
|
|
||||||
# set src + obj - they may be used when building the .mod.c file
|
# set src + obj - they may be used in the modules's Makefile
|
||||||
obj := $(KBUILD_EXTMOD)
|
obj := $(KBUILD_EXTMOD)
|
||||||
src := $(obj)
|
src := $(obj)
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче