]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/char/tpm/Makefile
cpumask: introduce new API, without changing anything, v3
[linux-2.6-omap-h63xx.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