aboutsummaryrefslogtreecommitdiff
path: root/target/i386/nvmm/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'target/i386/nvmm/meson.build')
-rw-r--r--target/i386/nvmm/meson.build4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/i386/nvmm/meson.build b/target/i386/nvmm/meson.build
index 733e334083..885a708665 100644
--- a/target/i386/nvmm/meson.build
+++ b/target/i386/nvmm/meson.build
@@ -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)