xref: /openbmc/linux/drivers/char/tpm/Makefile (revision ebb81fdb)
11da177e4SLinus Torvalds#
21da177e4SLinus Torvalds# Makefile for the kernel tpm device drivers.
31da177e4SLinus Torvalds#
41da177e4SLinus Torvaldsobj-$(CONFIG_TCG_TPM) += tpm.o
51da177e4SLinus Torvaldsobj-$(CONFIG_TCG_NSC) += tpm_nsc.o
61da177e4SLinus Torvaldsobj-$(CONFIG_TCG_ATMEL) += tpm_atmel.o
7*ebb81fdbSMarcel Selhorstobj-$(CONFIG_TCG_INFINEON) += tpm_infineon.o
8