11da177e4SLinus Torvalds# 21da177e4SLinus Torvalds# Makefile for the kernel tpm device drivers. 31da177e4SLinus Torvalds# 41da177e4SLinus Torvaldsobj-$(CONFIG_TCG_TPM) += tpm.o 555a82ab3SKylene Jo Hallifdef CONFIG_ACPI 655a82ab3SKylene Jo Hall obj-$(CONFIG_TCG_TPM) += tpm_bios.o 7e5dcd87fSKent Yoder tpm_bios-objs += tpm_eventlog.o tpm_acpi.o 855a82ab3SKylene Jo Hallendif 927084efeSLeendert van Doornobj-$(CONFIG_TCG_TIS) += tpm_tis.o 10aad628c1SPeter Hueweobj-$(CONFIG_TCG_TIS_I2C_INFINEON) += tpm_i2c_infineon.o 111da177e4SLinus Torvaldsobj-$(CONFIG_TCG_NSC) += tpm_nsc.o 121da177e4SLinus Torvaldsobj-$(CONFIG_TCG_ATMEL) += tpm_atmel.o 13ebb81fdbSMarcel Selhorstobj-$(CONFIG_TCG_INFINEON) += tpm_infineon.o 14