aboutsummaryrefslogtreecommitdiff
path: root/accel/hvf/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'accel/hvf/meson.build')
-rw-r--r--accel/hvf/meson.build6
1 files changed, 6 insertions, 0 deletions
diff --git a/accel/hvf/meson.build b/accel/hvf/meson.build
new file mode 100644
index 0000000000..227b11cd71
--- /dev/null
+++ b/accel/hvf/meson.build
@@ -0,0 +1,6 @@
+hvf_ss = ss.source_set()
+hvf_ss.add(files(
+ 'hvf-all.c',
+))
+
+specific_ss.add_all(when: 'CONFIG_HVF', if_true: hvf_ss)