scripts/Makefile.lib: efi: Preserve the .dynstr section as well
authorSam Edwards <cfsworks@gmail.com>
Sat, 15 Mar 2025 22:18:11 +0000 (15:18 -0700)
committerTom Rini <trini@konsulko.com>
Wed, 2 Apr 2025 20:33:50 +0000 (14:33 -0600)
commit9ca475a6b5da06908a70d1eceb439d480137d69b
treeccd20506d56ceddb9843b95e468d96a3a7c7baff
parent1755071db7d95fa0b95e9f9bedd3785e2abc10cf
scripts/Makefile.lib: efi: Preserve the .dynstr section as well

This section is required by .dynamic and llvm-objcopy will exit with a
fatal error if it is not also preserved in the output.

Signed-off-by: Sam Edwards <CFSworks@gmail.com>
scripts/Makefile.lib