meson: Replace softmmu_ss -> system_ss
[qemu/ar7.git] / hw / cxl / meson.build
blob1f9aa2ea1f8e9872eb36f9663114af85b15ea550
1 system_ss.add(when: 'CONFIG_CXL',
2                if_true: files(
3                    'cxl-component-utils.c',
4                    'cxl-device-utils.c',
5                    'cxl-mailbox-utils.c',
6                    'cxl-host.c',
7                    'cxl-cdat.c',
8                ),
9                if_false: files(
10                    'cxl-host-stubs.c',
11                ))
13 system_ss.add(when: 'CONFIG_ALL', if_true: files('cxl-host-stubs.c'))