Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | # |
| 2 | # Makefile for the kernel tpm device drivers. |
| 3 | # |
| 4 | obj-$(CONFIG_TCG_TPM) += tpm.o |
Jarkko Sakkinen | 7a1d7e6 | 2014-12-12 11:46:38 -0800 | [diff] [blame] | 5 | tpm-y := tpm-interface.o tpm-dev.o tpm-sysfs.o tpm-chip.o tpm2-cmd.o |
Jason Gunthorpe | 187eea0 | 2013-10-02 22:51:09 -0600 | [diff] [blame] | 6 | tpm-$(CONFIG_ACPI) += tpm_ppi.o |
Jason Gunthorpe | 9deb0eb | 2013-10-06 12:00:51 -0600 | [diff] [blame] | 7 | |
Kylene Jo Hall | 55a82ab | 2006-01-08 01:03:15 -0800 | [diff] [blame] | 8 | ifdef CONFIG_ACPI |
Jason Gunthorpe | 187eea0 | 2013-10-02 22:51:09 -0600 | [diff] [blame] | 9 | tpm-y += tpm_eventlog.o tpm_acpi.o |
Ashley Lai | c5df392 | 2012-08-14 18:35:32 -0500 | [diff] [blame] | 10 | else |
| 11 | ifdef CONFIG_TCG_IBMVTPM |
Jason Gunthorpe | 187eea0 | 2013-10-02 22:51:09 -0600 | [diff] [blame] | 12 | tpm-y += tpm_eventlog.o tpm_of.o |
Ashley Lai | c5df392 | 2012-08-14 18:35:32 -0500 | [diff] [blame] | 13 | endif |
Kylene Jo Hall | 55a82ab | 2006-01-08 01:03:15 -0800 | [diff] [blame] | 14 | endif |
Christophe Ricard | 41a5e1c | 2016-05-19 00:35:52 +0200 | [diff] [blame] | 15 | obj-$(CONFIG_TCG_TIS_CORE) += tpm_tis_core.o |
Leendert van Doorn | 27084ef | 2006-04-22 02:38:03 -0700 | [diff] [blame] | 16 | obj-$(CONFIG_TCG_TIS) += tpm_tis.o |
Christophe Ricard | 0edbfea | 2016-05-19 00:35:53 +0200 | [diff] [blame] | 17 | obj-$(CONFIG_TCG_TIS_SPI) += tpm_tis_spi.o |
Jason Gunthorpe | a2871c6 | 2013-10-06 12:43:36 -0600 | [diff] [blame] | 18 | obj-$(CONFIG_TCG_TIS_I2C_ATMEL) += tpm_i2c_atmel.o |
Peter Huewe | aad628c | 2012-08-07 11:42:32 +0200 | [diff] [blame] | 19 | obj-$(CONFIG_TCG_TIS_I2C_INFINEON) += tpm_i2c_infineon.o |
Jason Gunthorpe | 4c336e4 | 2013-10-06 12:43:13 -0600 | [diff] [blame] | 20 | obj-$(CONFIG_TCG_TIS_I2C_NUVOTON) += tpm_i2c_nuvoton.o |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 21 | obj-$(CONFIG_TCG_NSC) += tpm_nsc.o |
| 22 | obj-$(CONFIG_TCG_ATMEL) += tpm_atmel.o |
Marcel Selhorst | ebb81fd | 2005-07-27 11:45:12 -0700 | [diff] [blame] | 23 | obj-$(CONFIG_TCG_INFINEON) += tpm_infineon.o |
Ashley Lai | 132f762 | 2012-08-22 16:17:43 -0500 | [diff] [blame] | 24 | obj-$(CONFIG_TCG_IBMVTPM) += tpm_ibmvtpm.o |
Christophe Ricard | bf38b87 | 2015-03-08 11:17:14 +0100 | [diff] [blame] | 25 | obj-$(CONFIG_TCG_TIS_ST33ZP24) += st33zp24/ |
Daniel De Graaf | e268395 | 2013-07-30 13:29:47 -0400 | [diff] [blame] | 26 | obj-$(CONFIG_TCG_XEN) += xen-tpmfront.o |
Jarkko Sakkinen | 30fc8d1 | 2014-12-12 11:46:39 -0800 | [diff] [blame] | 27 | obj-$(CONFIG_TCG_CRB) += tpm_crb.o |
Stefan Berger | 6f99612 | 2016-04-18 13:26:15 -0400 | [diff] [blame] | 28 | obj-$(CONFIG_TCG_VTPM_PROXY) += tpm_vtpm_proxy.o |