Makefile 353 字节
Newer Older
L
Linus Torvalds 已提交
1 2 3 4
#
# Makefile for the kernel tpm device drivers.
#
obj-$(CONFIG_TCG_TPM) += tpm.o
5 6 7
ifdef CONFIG_ACPI
	obj-$(CONFIG_TCG_TPM) += tpm_bios.o
endif
8
obj-$(CONFIG_TCG_TIS) += tpm_tis.o
9
obj-$(CONFIG_TCG_TIS_I2C_INFINEON) += tpm_i2c_infineon.o
L
Linus Torvalds 已提交
10 11
obj-$(CONFIG_TCG_NSC) += tpm_nsc.o
obj-$(CONFIG_TCG_ATMEL) += tpm_atmel.o
12
obj-$(CONFIG_TCG_INFINEON) += tpm_infineon.o