diff options
author | 2022-04-07 00:30:22 +0900 | |
---|---|---|
committer | 2022-05-08 03:16:59 +0900 | |
commit | fc93a4cdce1db7568fcdff608924324f5754efe5 (patch) | |
tree | 783c2523980e27d9fcbc1be79fab97ca15635101 /tools/perf/scripts/python | |
parent | kbuild: get rid of duplication in *.mod files (diff) | |
download | linux-dev-fc93a4cdce1db7568fcdff608924324f5754efe5.tar.xz linux-dev-fc93a4cdce1db7568fcdff608924324f5754efe5.zip |
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>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions