repo.or.cz
/
qemu
/
armbru.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
aio_wait_kick: add missing memory barrier
[qemu/armbru.git]
/
backends
/
tpm
/
meson.build
blob
7f2503f84e979fd57bdb16c3c0a66378b8db84bc
1
if have_tpm
2
softmmu_ss.add(files('tpm_backend.c'))
3
softmmu_ss.add(files('tpm_util.c'))
4
softmmu_ss.add(when: 'CONFIG_TPM_PASSTHROUGH', if_true: files('tpm_passthrough.c'))
5
softmmu_ss.add(when: 'CONFIG_TPM_EMULATOR', if_true: files('tpm_emulator.c'))
6
endif