repo.or.cz
/
qemu
/
agraf.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
target-ppc: Trivial cleanups in mmu_helper.c
[qemu/agraf.git]
/
tpm
/
Makefile.objs
blob
86768244e4716753fff7c51e15cef5b1bf2886c0
1
common-obj-y = tpm.o
2
ifeq ($(CONFIG_TPM),y)
3
common-obj-y += tpm_backend.o
4
common-obj-$(CONFIG_TPM_TIS) += tpm_tis.o
5
common-obj-$(CONFIG_TPM_PASSTHROUGH) += tpm_passthrough.o
6
endif