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 |
Kylene Jo Hall | 55a82ab | 2006-01-08 01:03:15 -0800 | [diff] [blame] | 5 | ifdef CONFIG_ACPI |
| 6 | obj-$(CONFIG_TCG_TPM) += tpm_bios.o |
Xiaoyan Zhang | f84fdff | 2012-08-22 18:47:22 +0800 | [diff] [blame] | 7 | tpm_bios-objs += tpm_eventlog.o tpm_acpi.o tpm_ppi.o |
Ashley Lai | c5df392 | 2012-08-14 18:35:32 -0500 | [diff] [blame] | 8 | else |
| 9 | ifdef CONFIG_TCG_IBMVTPM |
| 10 | obj-$(CONFIG_TCG_TPM) += tpm_bios.o |
| 11 | tpm_bios-objs += tpm_eventlog.o tpm_of.o |
| 12 | endif |
Kylene Jo Hall | 55a82ab | 2006-01-08 01:03:15 -0800 | [diff] [blame] | 13 | endif |
Leendert van Doorn | 27084ef | 2006-04-22 02:38:03 -0700 | [diff] [blame] | 14 | obj-$(CONFIG_TCG_TIS) += tpm_tis.o |
Peter Huewe | aad628c | 2012-08-07 11:42:32 +0200 | [diff] [blame] | 15 | obj-$(CONFIG_TCG_TIS_I2C_INFINEON) += tpm_i2c_infineon.o |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 16 | obj-$(CONFIG_TCG_NSC) += tpm_nsc.o |
| 17 | obj-$(CONFIG_TCG_ATMEL) += tpm_atmel.o |
Marcel Selhorst | ebb81fd | 2005-07-27 11:45:12 -0700 | [diff] [blame] | 18 | obj-$(CONFIG_TCG_INFINEON) += tpm_infineon.o |
Ashley Lai | 132f762 | 2012-08-22 16:17:43 -0500 | [diff] [blame] | 19 | obj-$(CONFIG_TCG_IBMVTPM) += tpm_ibmvtpm.o |