semihosting: Split out common-semi-target.h
[qemu/rayw.git] / hw / cxl / meson.build
blobf117b99949d542fb34f4a7123826f3401bb3601f
1 softmmu_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                ),
8                if_false: files(
9                    'cxl-host-stubs.c',
10                ))
12 softmmu_ss.add(when: 'CONFIG_ALL', if_true: files('cxl-host-stubs.c'))