RT-AC56 3.0.0.4.374.37 core
[tomato.git] / release / src-rt-6.x.4708 / linux / linux-2.6.36 / drivers / char / tpm / Makefile
blobea3a1e02a824de2b1a80feaa5ebc0e0125162c1c
2 # Makefile for the kernel tpm device drivers.
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