repo.or.cz
/
qemu.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
graph-lock: TSA annotations for lock/unlock functions
[qemu.git]
/
hw
/
cxl
/
meson.build
blob
cfa95ffd40b724f3aa2dcea70f57766e56d4c243
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
'cxl-cdat.c',
8
),
9
if_false: files(
10
'cxl-host-stubs.c',
11
))
12
13
softmmu_ss.add(when: 'CONFIG_ALL', if_true: files('cxl-host-stubs.c'))