]> git.proxmox.com Git - mirror_qemu.git/blobdiff - pc-bios/meson.build
hw/char: riscv_htif: Drop {to, from}host_size in HTIFState
[mirror_qemu.git] / pc-bios / meson.build
index c86dedf7dff991b683a276b49f7c16a119915a8f..388e0db6e4035192bd2439ca2195b27efc3a8f71 100644 (file)
@@ -23,7 +23,7 @@ if unpack_edk2_blobs
   endforeach
 endif
 
-blobs = files(
+blobs = [
   'bios.bin',
   'bios-256k.bin',
   'bios-microvm.bin',
@@ -83,7 +83,7 @@ blobs = files(
   'npcm7xx_bootrom.bin',
   'vof.bin',
   'vof-nvram.bin',
-)
+]
 
 if get_option('install_blobs')
   install_data(blobs, install_dir: qemu_datadir)