]> git.proxmox.com Git - mirror_qemu.git/blobdiff - target/i386/nvmm/meson.build
meson: Replace softmmu_ss -> system_ss
[mirror_qemu.git] / target / i386 / nvmm / meson.build
index 733e334083f49ae2f4fecda8028d24f382f7c3c4..885a708665bf8e03d9801e9caa023fe8a7d408cf 100644 (file)
@@ -1,8 +1,8 @@
-i386_softmmu_ss.add(when: 'CONFIG_NVMM', if_true:
+i386_system_ss.add(when: 'CONFIG_NVMM', if_true:
   files(
   'nvmm-all.c',
   'nvmm-accel-ops.c',
   )
 )
 
-i386_softmmu_ss.add(when: 'CONFIG_NVMM', if_true: nvmm)
+i386_system_ss.add(when: 'CONFIG_NVMM', if_true: nvmm)