]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/boot/efi/meson.build
boot: Split out device path functions
[thirdparty/systemd.git] / src / boot / efi / meson.build
index e6166075be1c0eef2f8a956fb2faa3a5108f75b4..bf595c33901edb86f86e5554e3a03f010509cc8e 100644 (file)
@@ -332,6 +332,7 @@ efi_headers = files(
         'bcd.h',
         'console.h',
         'cpio.h',
+        'device-path-util.h',
         'devicetree.h',
         'drivers.h',
         'efi-string.h',
@@ -366,6 +367,7 @@ efi_headers = files(
 
 common_sources = files(
         'console.c',
+        'device-path-util.c',
         'devicetree.c',
         'drivers.c',
         'efi-string.c',