repo.or.cz
/
qemu
/
kevin.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
linux-user: Split out do_munmap
[qemu/kevin.git]
/
backends
/
tpm
/
meson.build
blob
0bfa6c422b59534b8cbd3baa64e8cb173f707da5
1
if have_tpm
2
system_ss.add(files('tpm_backend.c'))
3
system_ss.add(files('tpm_util.c'))
4
system_ss.add(when: 'CONFIG_TPM_PASSTHROUGH', if_true: files('tpm_passthrough.c'))
5
system_ss.add(when: 'CONFIG_TPM_EMULATOR', if_true: files('tpm_emulator.c'))
6
endif