Home
last modified time | relevance | path

Searched hist:fc93a4cdce1db7568fcdff608924324f5754efe5 (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/scripts/
H A DMakefile.buildfc93a4cdce1db7568fcdff608924324f5754efe5 Wed Apr 06 10:30:22 CDT 2022 Masahiro Yamada <masahiroy@kernel.org> kbuild: make *.mod not depend on *.o

The dependency

$(obj)/%.mod: $(obj)/%$(mod-prelink-ext).o

... exists because *.mod files previously contained undefined symbols,
which are computed from *.o files when CONFIG_TRIM_UNUSED_KSYMS=y.

Now that the undefined symbols are put into separate *.usyms files,
there is no reason to make *.mod depend on *.o files.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
/openbmc/linux/
H A DMakefilefc93a4cdce1db7568fcdff608924324f5754efe5 Wed Apr 06 10:30:22 CDT 2022 Masahiro Yamada <masahiroy@kernel.org> kbuild: make *.mod not depend on *.o

The dependency

$(obj)/%.mod: $(obj)/%$(mod-prelink-ext).o

... exists because *.mod files previously contained undefined symbols,
which are computed from *.o files when CONFIG_TRIM_UNUSED_KSYMS=y.

Now that the undefined symbols are put into separate *.usyms files,
there is no reason to make *.mod depend on *.o files.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>