Sign in
qemu
/
qemu
/
fb22d743b93b49b73930aff40d3ba9d252f81a56
/
.
/
hw
/
cxl
/
meson.build
blob: f117b99949d542fb34f4a7123826f3401bb3601f [
file
] [
log
] [
blame
]
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'
))