diff options
author | anonymix007 <48598263+anonymix007@users.noreply.github.com> | 2024-09-11 14:18:05 +0200 |
---|---|---|
committer | anonymix007 <48598263+anonymix007@users.noreply.github.com> | 2024-10-11 14:23:53 +0200 |
commit | dd6a37e3353955acd911fe1a225bccf3005a5268 (patch) | |
tree | a967152fdde4af8ce8ff2df4029c0ce444311bd7 /src/boot/efi/meson.build | |
parent | boot: Add xcalloc and xcalloc_multiply (diff) | |
download | systemd-dd6a37e3353955acd911fe1a225bccf3005a5268.tar.xz systemd-dd6a37e3353955acd911fe1a225bccf3005a5268.zip |
boot: Move smbios-related functions to a separate file
Diffstat (limited to 'src/boot/efi/meson.build')
-rw-r--r-- | src/boot/efi/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/boot/efi/meson.build b/src/boot/efi/meson.build index ce2e798daf..0109793b7a 100644 --- a/src/boot/efi/meson.build +++ b/src/boot/efi/meson.build @@ -270,6 +270,7 @@ libefi_sources = files( 'random-seed.c', 'secure-boot.c', 'shim.c', + 'smbios.c', 'ticks.c', 'util.c', 'vmm.c', |