aboutsummaryrefslogtreecommitdiffstats
path: root/hw/nvme/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'hw/nvme/meson.build')
-rw-r--r--hw/nvme/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/nvme/meson.build b/hw/nvme/meson.build
new file mode 100644
index 000000000..3cf40046e
--- /dev/null
+++ b/hw/nvme/meson.build
@@ -0,0 +1 @@
+softmmu_ss.add(when: 'CONFIG_NVME_PCI', if_true: files('ctrl.c', 'dif.c', 'ns.c', 'subsys.c'))