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

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