summary refs log tree commit diff stats
path: root/hw/fsi/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'hw/fsi/meson.build')
-rw-r--r--hw/fsi/meson.build2
1 files changed, 2 insertions, 0 deletions
diff --git a/hw/fsi/meson.build b/hw/fsi/meson.build
new file mode 100644
index 0000000000..a18a076552
--- /dev/null
+++ b/hw/fsi/meson.build
@@ -0,0 +1,2 @@
+system_ss.add(when: 'CONFIG_FSI', if_true: files('lbus.c','fsi.c','cfam.c','fsi-master.c'))
+system_ss.add(when: 'CONFIG_FSI_APB2OPB_ASPEED', if_true: files('aspeed_apb2opb.c'))