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 |
| 7 | endif |
Leendert van Doorn | 27084ef | 2006-04-22 02:38:03 -0700 | [diff] [blame] | 8 | obj-$(CONFIG_TCG_TIS) += tpm_tis.o |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 9 | obj-$(CONFIG_TCG_NSC) += tpm_nsc.o |
| 10 | obj-$(CONFIG_TCG_ATMEL) += tpm_atmel.o |
Marcel Selhorst | ebb81fd | 2005-07-27 11:45:12 -0700 | [diff] [blame] | 11 | obj-$(CONFIG_TCG_INFINEON) += tpm_infineon.o |