xref: /openbmc/linux/drivers/char/tpm/Makefile (revision aad628c1)
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
755a82ab3SKylene Jo Hallendif
827084efeSLeendert van Doornobj-$(CONFIG_TCG_TIS) += tpm_tis.o
9*aad628c1SPeter Hueweobj-$(CONFIG_TCG_TIS_I2C_INFINEON) += tpm_i2c_infineon.o
101da177e4SLinus Torvaldsobj-$(CONFIG_TCG_NSC) += tpm_nsc.o
111da177e4SLinus Torvaldsobj-$(CONFIG_TCG_ATMEL) += tpm_atmel.o
12ebb81fdbSMarcel Selhorstobj-$(CONFIG_TCG_INFINEON) += tpm_infineon.o
13