]> git.ipfire.org Git - thirdparty/systemd.git/commit - meson_options.txt
meson: add support for building efi modules
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Wed, 12 Apr 2017 19:05:55 +0000 (15:05 -0400)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Mon, 24 Apr 2017 01:47:28 +0000 (21:47 -0400)
commitb710072da4410641512d328f82ee35a7d5d8248a
tree05adefeb5bbdd5fd5355514078ff4bb3af152af9
parent81efcc1c8979451e74725c97ad901a4bf5780a22
meson: add support for building efi modules

This is a very straightforward conversion of the rules in Makefile.am.
Generated objects (on arm64) are identical.
The only difference in executed commands is that automake uses ld -m
elf_x86_64, without us specifying the -m option anywhere. I suspect that
using the default for the given linker should be OK, so it's fine to just
skip it.
meson.build
meson_options.txt
src/boot/efi/meson.build [new file with mode: 0644]
src/boot/efi/no-undefined-symbols.sh [new file with mode: 0644]