summaryrefslogtreecommitdiffstats
path: root/meson.build
diff options
context:
space:
mode:
authorFrantisek Sumsal <frantisek@sumsal.cz>2024-03-22 13:35:38 +0100
committerFrantisek Sumsal <frantisek@sumsal.cz>2024-03-22 14:02:03 +0100
commit7ff3b88396f440bff60328b4bff7627a34d45e4a (patch)
tree7eb01d5498483649b3cf26fd6bf5f137ec790cc3 /meson.build
parentefi: fix mixed indent (diff)
downloadsystemd-7ff3b88396f440bff60328b4bff7627a34d45e4a.tar.xz
systemd-7ff3b88396f440bff60328b4bff7627a34d45e4a.zip
efi: check if all sections of our EFI binaries are properly aligned
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index 8d1cd8a9ed..1bedbd5605 100644
--- a/meson.build
+++ b/meson.build
@@ -1828,6 +1828,7 @@ conf.set10('ENABLE_UKIFY', want_ukify)
#####################################################################
+check_efi_alignment_py = find_program('tools/check-efi-alignment.py')
check_version_history_py = find_program('tools/check-version-history.py')
elf2efi_py = find_program('tools/elf2efi.py')
export_dbus_interfaces_py = find_program('tools/dbus_exporter.py')