summaryrefslogtreecommitdiffstats
path: root/meson.build
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2023-01-18 18:10:30 +0100
committerGitHub <noreply@github.com>2023-01-18 18:10:30 +0100
commita56182ddaca3eddf59afaadb7054892ecebc8ec0 (patch)
tree57a23fc1e1919587f85c1eabe177b6e9893709f2 /meson.build
parenttest-network: reprocess the loopback network interface (diff)
parentbootctl: add kernel-inspect command (diff)
downloadsystemd-a56182ddaca3eddf59afaadb7054892ecebc8ec0.tar.xz
systemd-a56182ddaca3eddf59afaadb7054892ecebc8ec0.zip
Merge pull request #26082 from kraxel/uki
bootctl: add is-uki command
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 f940926894..2688c39252 100644
--- a/meson.build
+++ b/meson.build
@@ -2622,6 +2622,8 @@ if conf.get('HAVE_BLKID') == 1 and conf.get('HAVE_GNU_EFI') == 1
'src/boot/bootctl-status.h',
'src/boot/bootctl-systemd-efi-options.c',
'src/boot/bootctl-systemd-efi-options.h',
+ 'src/boot/bootctl-uki.c',
+ 'src/boot/bootctl-uki.h',
'src/boot/bootctl-util.c',
'src/boot/bootctl-util.h'],
include_directories : includes,