summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2022-07-27 10:58:29 +0200
committerLennart Poettering <lennart@poettering.net>2022-08-02 10:28:49 +0200
commit6017eee9ce495d0b12cfe2f6f7569a0808cd672d (patch)
tree1c042b2ed876e10035174820373930ccb14fa5d9 /meson.build
parentaa323c090750408fc008bfcdc538d8cf54d15180 (diff)
downloadsystemd-6017eee9ce495d0b12cfe2f6f7569a0808cd672d.tar.gz
boot: move unified kernel PE section definitions into 'fundamental' code
Le's share this code between userspace and uefispace. This is useful later when pre-measuring expected PCRs from userspace.
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 2 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index 6bbb2db55d..bfe6b31b95 100644
--- a/meson.build
+++ b/meson.build
@@ -310,6 +310,8 @@ conf.set_quoted('STATUS_UNIT_FORMAT_DEFAULT_STR', status_unit_format
conf.set10('FIRST_BOOT_FULL_PRESET', get_option('first-boot-full-preset'))
+conf.set10('EFI_TPM_PCR_COMPAT', get_option('efi-tpm-pcr-compat'))
+
#####################################################################
cc = meson.get_compiler('c')