]> Pileus Git - ~andy/linux/blob - drivers/char/tpm/Makefile
[ACPI] merge 3549 4320 4485 4588 4980 5483 5651 acpica asus fops pnpacpi branches...
[~andy/linux] / drivers / char / tpm / Makefile
1 #
2 # Makefile for the kernel tpm device drivers.
3 #
4 obj-$(CONFIG_TCG_TPM) += tpm.o
5 ifdef CONFIG_ACPI
6         obj-$(CONFIG_TCG_TPM) += tpm_bios.o
7 endif
8 obj-$(CONFIG_TCG_NSC) += tpm_nsc.o
9 obj-$(CONFIG_TCG_ATMEL) += tpm_atmel.o
10 obj-$(CONFIG_TCG_INFINEON) += tpm_infineon.o