ANDROID: kbuild: mod: Move $(obj) prefix inside awk
When compiling modules with a large number of object files, echo $(addprefix $(obj)/, /* the member .o's of module */) may result in an a command line which is too long. To help alleviate this problem, echo the members intermediate objects and add $(obj)/ prefix within AWK itself. An equivalent of this patch will land in this larger series refactoring LTO: https://lore.kernel.org/linux-kbuild/20220424190811.1678416-1-masahiroy@kernel.org/ Bug: 175420575 Change-Id: I02f1ea49d1a8aa29b76c69cadcb5e84dd2ae4aa3 Link: https://lore.kernel.org/all/CAK7LNAStLCBCur3QnfMnBrOUkixYbJK+C6TZVKYcGX9R3M=ANQ@mail.gmail.com/ Suggested-by:Masahiro Yamada <masahiroy@kernel.org> Signed-off-by:
Elliot Berman <quic_eberman@quicinc.com>
Loading
Please sign in to comment