meson.build (e332fdc06830ece61a844f0cff33505598518e3d) | meson.build (f5e80be3922945c51a85aa08c4dfab0a2f3aacc5) |
---|---|
1system_ss.add(when: 'CONFIG_FSI_LBUS', if_true: files('lbus.c')) | 1system_ss.add(when: 'CONFIG_FSI_LBUS', if_true: files('lbus.c')) |
2system_ss.add(when: 'CONFIG_FSI', if_true: files('fsi.c')) | 2system_ss.add(when: 'CONFIG_FSI_CFAM', if_true: files('cfam.c')) 3system_ss.add(when: 'CONFIG_FSI', if_true: files('fsi.c','fsi-slave.c')) |