tpm: Rename tpm.c to tpm-interface.c
[cascardo/linux.git] / drivers / char / tpm / Makefile
index eb41ff9..83b8a9d 100644 (file)
@@ -2,6 +2,8 @@
 # Makefile for the kernel tpm device drivers.
 #
 obj-$(CONFIG_TCG_TPM) += tpm.o
+tpm-y := tpm-interface.o
+
 ifdef CONFIG_ACPI
        obj-$(CONFIG_TCG_TPM) += tpm_bios.o
        tpm_bios-objs += tpm_eventlog.o tpm_acpi.o tpm_ppi.o