2005-04-16 18:20:36 -04:00
|
|
|
#
|
|
|
|
# Makefile for the kernel tpm device drivers.
|
|
|
|
#
|
|
|
|
obj-$(CONFIG_TCG_TPM) += tpm.o
|
2006-01-08 04:03:15 -05:00
|
|
|
ifdef CONFIG_ACPI
|
|
|
|
obj-$(CONFIG_TCG_TPM) += tpm_bios.o
|
|
|
|
endif
|
2005-04-16 18:20:36 -04:00
|
|
|
obj-$(CONFIG_TCG_NSC) += tpm_nsc.o
|
|
|
|
obj-$(CONFIG_TCG_ATMEL) += tpm_atmel.o
|
2005-07-27 14:45:12 -04:00
|
|
|
obj-$(CONFIG_TCG_INFINEON) += tpm_infineon.o
|