summaryrefslogtreecommitdiff
path: root/hw/cxl/meson.build
blob: f117b99949d542fb34f4a7123826f3401bb3601f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
softmmu_ss.add(when: 'CONFIG_CXL',
               if_true: files(
                   'cxl-component-utils.c',
                   'cxl-device-utils.c',
                   'cxl-mailbox-utils.c',
                   'cxl-host.c',
               ),
               if_false: files(
                   'cxl-host-stubs.c',
               ))

softmmu_ss.add(when: 'CONFIG_ALL', if_true: files('cxl-host-stubs.c'))