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)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Mon, 17 Mar 2025 08:35:52 +0000 (09:35 +0100)
commit7f2fe3dda4ea5384eac4afadb8a4fe5d695e2ce1
tree1cbd5637599dca1d69a9c048f52344b216b91e23
parent408a20e099eda6ad1ba9813aca4c523ba8de3ea6
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