Skip to content
Commit fc93a4cd authored by Masahiro Yamada's avatar Masahiro Yamada
Browse files

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: default avatarMasahiro Yamada <masahiroy@kernel.org>
parent 22f26f21
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment