/drivers/char/tpm/Makefile
https://bitbucket.org/ndreys/linux-sunxi · Makefile · 11 lines · 8 code · 0 blank · 3 comment · 0 complexity · 9f4ea2f343a6bd90f029b08d84aca671 MD5 · raw file
- #
- # Makefile for the kernel tpm device drivers.
- #
- obj-$(CONFIG_TCG_TPM) += tpm.o
- ifdef CONFIG_ACPI
- obj-$(CONFIG_TCG_TPM) += tpm_bios.o
- endif
- obj-$(CONFIG_TCG_TIS) += tpm_tis.o
- obj-$(CONFIG_TCG_NSC) += tpm_nsc.o
- obj-$(CONFIG_TCG_ATMEL) += tpm_atmel.o
- obj-$(CONFIG_TCG_INFINEON) += tpm_infineon.o