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 | ||||
5 | obj-$(CONFIG_TCG_NSC) += tpm_nsc.o | ||||
6 | obj-$(CONFIG_TCG_ATMEL) += tpm_atmel.o | ||||
Marcel Selhorst | ebb81fd | 2005-07-27 11:45:12 -0700 | [diff] [blame] | 7 | obj-$(CONFIG_TCG_INFINEON) += tpm_infineon.o |