- Update Xen patches to 3.3-rc5 and c/s 1157.
[linux-flexiantxendom0-3.2.10.git] / drivers / char / tpm / Makefile
1 #
2 # Makefile for the kernel tpm device drivers.
3 #
4 obj-$(CONFIG_TCG_TPM) += tpm.o
5 ifdef CONFIG_ACPI
6         obj-$(CONFIG_TCG_TPM) += tpm_bios.o
7 endif
8 obj-$(CONFIG_TCG_TIS) += tpm_tis.o
9 obj-$(CONFIG_TCG_NSC) += tpm_nsc.o
10 obj-$(CONFIG_TCG_ATMEL) += tpm_atmel.o
11 obj-$(CONFIG_TCG_INFINEON) += tpm_infineon.o
12 obj-$(CONFIG_TCG_XEN) += tpm_xenu.o
13 tpm_xenu-y = tpm_xen.o tpm_vtpm.o