summaryrefslogtreecommitdiffstats
path: root/drivers/char/tpm/Makefile
diff options
context:
space:
mode:
authorKent Yoder <key@linux.vnet.ibm.com>2012-07-11 17:08:12 +0200
committerKent Yoder <key@linux.vnet.ibm.com>2012-08-22 18:11:25 +0200
commite5dcd87fee12ed64a9ea911102025facc0c7d10c (patch)
tree039eb74daff281950e979c888ec9ec760939ad9d /drivers/char/tpm/Makefile
parentchar/tpm: Add new driver for Infineon I2C TIS TPM (diff)
downloadlinux-e5dcd87fee12ed64a9ea911102025facc0c7d10c.tar.xz
linux-e5dcd87fee12ed64a9ea911102025facc0c7d10c.zip
tpm: modularize event log collection
Break ACPI-specific pieces of the event log handling into their own file and create tpm_eventlog.[ch] to store common event log handling code. This will be required to integrate future event log sources on platforms without ACPI tables. Signed-off-by: Kent Yoder <key@linux.vnet.ibm.com>
Diffstat (limited to 'drivers/char/tpm/Makefile')
-rw-r--r--drivers/char/tpm/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/char/tpm/Makefile b/drivers/char/tpm/Makefile
index a9c3afc92dbc..beac52f61a82 100644
--- a/drivers/char/tpm/Makefile
+++ b/drivers/char/tpm/Makefile
@@ -4,6 +4,7 @@
obj-$(CONFIG_TCG_TPM) += tpm.o
ifdef CONFIG_ACPI
obj-$(CONFIG_TCG_TPM) += tpm_bios.o
+ tpm_bios-objs += tpm_eventlog.o tpm_acpi.o
endif
obj-$(CONFIG_TCG_TIS) += tpm_tis.o
obj-$(CONFIG_TCG_TIS_I2C_INFINEON) += tpm_i2c_infineon.o