diff options
Diffstat (limited to 'hw/fsi/meson.build')
-rw-r--r-- | hw/fsi/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/fsi/meson.build b/hw/fsi/meson.build index 7803b3afd1..a18a076552 100644 --- a/hw/fsi/meson.build +++ b/hw/fsi/meson.build @@ -1 +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')) |