]> git.proxmox.com Git - mirror_qemu.git/blobdiff - util/meson.build
qapi: A couple more QAPI_LIST_PREPEND() stragglers
[mirror_qemu.git] / util / meson.build
index f359af0d46039c7bbc01663f1b266faa9478202b..3eccdbe596253a9fddb03f1508037bf1a74f3a96 100644 (file)
@@ -21,7 +21,7 @@ util_ss.add(files('envlist.c', 'path.c', 'module.c'))
 util_ss.add(files('host-utils.c'))
 util_ss.add(files('bitmap.c', 'bitops.c'))
 util_ss.add(files('fifo8.c'))
-util_ss.add(files('cacheinfo.c'))
+util_ss.add(files('cacheinfo.c', 'cacheflush.c'))
 util_ss.add(files('error.c', 'qemu-error.c'))
 util_ss.add(files('qemu-print.c'))
 util_ss.add(files('id.c'))
@@ -49,7 +49,9 @@ if have_user
 endif
 
 if have_system
+  util_ss.add(files('crc-ccitt.c'))
   util_ss.add(when: 'CONFIG_GIO', if_true: [files('dbus.c'), gio])
+  util_ss.add(files('yank.c'))
 endif
 
 if have_block