diff options
author | Masahiro Yamada <masahiroy@kernel.org> | 2022-04-06 18:30:23 +0300 |
---|---|---|
committer | Masahiro Yamada <masahiroy@kernel.org> | 2022-05-07 21:16:59 +0300 |
commit | feb7d79fea1d43ddf51a09359b52e73bba0340fd (patch) | |
tree | fcb4777f9502fe5a7f71cecb7ff078a27ad9121a /Makefile | |
parent | fc93a4cdce1db7568fcdff608924324f5754efe5 (diff) | |
download | linux-feb7d79fea1d43ddf51a09359b52e73bba0340fd.tar.xz |
kbuild: read *.mod to get objects passed to $(LD) or $(AR)
ld and ar support @file, which command-line options are read from.
Now that *.mod lists the member objects in the correct order, without
duplication, it is ready to be passed to ld and ar.
By using the @file syntax, people will not be worried about the pitfall
described in the NOTE.
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Reviewed-by: Nick Desaulniers <ndesaulniers@google.com>
Diffstat (limited to 'Makefile')
0 files changed, 0 insertions, 0 deletions