]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/boot/efi/meson.build
efi: steal glibc sha256 implementation
[thirdparty/systemd.git] / src / boot / efi / meson.build
index 0ae319163581e3c20a5b96e20770778423f4b525..d74660b27fdde4bee5b184910198dea8a5d32226 100644 (file)
@@ -8,6 +8,7 @@ efi_headers = files('''
         linux.h
         measure.h
         pe.h
+        sha256.h
         shim.h
         splash.h
         util.h
@@ -24,8 +25,9 @@ common_sources = '''
 systemd_boot_sources = '''
         boot.c
         console.c
-        shim.c
         crc32.c
+        sha256.c
+        shim.c
 '''.split()
 
 stub_sources = '''