blob: 83b8a9d7527efaac7726e522f106b362975d2111 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001#
2# Makefile for the kernel tpm device drivers.
3#
4obj-$(CONFIG_TCG_TPM) += tpm.o
Jason Gunthorpe9deb0eb2013-10-06 12:00:51 -06005tpm-y := tpm-interface.o
6
Kylene Jo Hall55a82ab2006-01-08 01:03:15 -08007ifdef CONFIG_ACPI
8 obj-$(CONFIG_TCG_TPM) += tpm_bios.o
Xiaoyan Zhangf84fdff2012-08-22 18:47:22 +08009 tpm_bios-objs += tpm_eventlog.o tpm_acpi.o tpm_ppi.o
Ashley Laic5df3922012-08-14 18:35:32 -050010else
11ifdef CONFIG_TCG_IBMVTPM
12 obj-$(CONFIG_TCG_TPM) += tpm_bios.o
13 tpm_bios-objs += tpm_eventlog.o tpm_of.o
14endif
Kylene Jo Hall55a82ab2006-01-08 01:03:15 -080015endif
Leendert van Doorn27084ef2006-04-22 02:38:03 -070016obj-$(CONFIG_TCG_TIS) += tpm_tis.o
Peter Hueweaad628c2012-08-07 11:42:32 +020017obj-$(CONFIG_TCG_TIS_I2C_INFINEON) += tpm_i2c_infineon.o
Linus Torvalds1da177e2005-04-16 15:20:36 -070018obj-$(CONFIG_TCG_NSC) += tpm_nsc.o
19obj-$(CONFIG_TCG_ATMEL) += tpm_atmel.o
Marcel Selhorstebb81fd2005-07-27 11:45:12 -070020obj-$(CONFIG_TCG_INFINEON) += tpm_infineon.o
Ashley Lai132f7622012-08-22 16:17:43 -050021obj-$(CONFIG_TCG_IBMVTPM) += tpm_ibmvtpm.o
Mathias Leblanc2bfee222012-11-14 15:31:44 +010022obj-$(CONFIG_TCG_ST33_I2C) += tpm_i2c_stm_st33.o
Daniel De Graafe2683952013-07-30 13:29:47 -040023obj-$(CONFIG_TCG_XEN) += xen-tpmfront.o