TPM: sysfs functions consolidation
[deliverable/linux.git] / drivers / char / tpm / Makefile
index 2392e404e8d11520995a7110ad70dec8d7a80683..ea3a1e02a824de2b1a80feaa5ebc0e0125162c1c 100644 (file)
@@ -2,6 +2,10 @@
 # Makefile for the kernel tpm device drivers.
 #
 obj-$(CONFIG_TCG_TPM) += tpm.o
+ifdef CONFIG_ACPI
+       obj-$(CONFIG_TCG_TPM) += tpm_bios.o
+endif
+obj-$(CONFIG_TCG_TIS) += tpm_tis.o
 obj-$(CONFIG_TCG_NSC) += tpm_nsc.o
 obj-$(CONFIG_TCG_ATMEL) += tpm_atmel.o
 obj-$(CONFIG_TCG_INFINEON) += tpm_infineon.o
This page took 0.024441 seconds and 5 git commands to generate.