diff options
Diffstat (limited to 'hw/fsi/meson.build')
| -rw-r--r-- | hw/fsi/meson.build | 2 |
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')) |