11da177e4SLinus Torvalds# 21da177e4SLinus Torvalds# Makefile for the kernel tpm device drivers. 31da177e4SLinus Torvalds# 41da177e4SLinus Torvaldsobj-$(CONFIG_TCG_TPM) += tpm.o 5*55a82ab3SKylene Jo Hallifdef CONFIG_ACPI 6*55a82ab3SKylene Jo Hall obj-$(CONFIG_TCG_TPM) += tpm_bios.o 7*55a82ab3SKylene Jo Hallendif 81da177e4SLinus Torvaldsobj-$(CONFIG_TCG_NSC) += tpm_nsc.o 91da177e4SLinus Torvaldsobj-$(CONFIG_TCG_ATMEL) += tpm_atmel.o 10ebb81fdbSMarcel Selhorstobj-$(CONFIG_TCG_INFINEON) += tpm_infineon.o 11