summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2023-01-16 18:58:21 +0100
committerGerd Hoffmann <kraxel@redhat.com>2023-01-18 14:32:14 +0100
commit53c368d71ba43da7414ac86c58291a11da05ba84 (patch)
treee0e387f36cd2ea24c483441868bdd495b35e2238 /meson.build
parentab250890c0483fab4ff78591e6c178b7c2257337 (diff)
downloadsystemd-53c368d71ba43da7414ac86c58291a11da05ba84.tar.gz
bootctl: add kernel-identity command
The command takes a kernel as argument and checks what kind of kernel the image is. Returns one of uki, pe or unknown.
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 64f2e00be5..5d6ab2a7bd 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,