summaryrefslogtreecommitdiff
path: root/hw/cxl/meson.build
blob: e68eea2358387c96a110cac1d077abad29f16148 (plain)
1
2
3
4
5
6
softmmu_ss.add(when: 'CONFIG_CXL',
               if_true: files(
                   'cxl-component-utils.c',
                   'cxl-device-utils.c',
                   'cxl-mailbox-utils.c',
               ))