drivers/rtc/rtc-mc13xxx.c: move probe and remove callbacks to .init.text and .exit...
[deliverable/linux.git] / drivers / char / tpm / Makefile
CommitLineData
1da177e4
LT
1#
2# Makefile for the kernel tpm device drivers.
3#
4obj-$(CONFIG_TCG_TPM) += tpm.o
55a82ab3
KJH
5ifdef CONFIG_ACPI
6 obj-$(CONFIG_TCG_TPM) += tpm_bios.o
7endif
27084efe 8obj-$(CONFIG_TCG_TIS) += tpm_tis.o
1da177e4
LT
9obj-$(CONFIG_TCG_NSC) += tpm_nsc.o
10obj-$(CONFIG_TCG_ATMEL) += tpm_atmel.o
ebb81fdb 11obj-$(CONFIG_TCG_INFINEON) += tpm_infineon.o
This page took 0.664843 seconds and 5 git commands to generate.