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.build8
1 files changed, 8 insertions, 0 deletions
diff --git a/target/i386/nvmm/meson.build b/target/i386/nvmm/meson.build
new file mode 100644
index 0000000000..733e334083
--- /dev/null
+++ b/target/i386/nvmm/meson.build
@@ -0,0 +1,8 @@
+i386_softmmu_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)