diff options
Diffstat (limited to 'drivers/char/tpm/Makefile')
-rw-r--r-- | drivers/char/tpm/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/char/tpm/Makefile b/drivers/char/tpm/Makefile new file mode 100644 index 000000000000..736d3df266f5 --- /dev/null +++ b/drivers/char/tpm/Makefile | |||
@@ -0,0 +1,7 @@ | |||
1 | # | ||
2 | # Makefile for the kernel tpm device drivers. | ||
3 | # | ||
4 | obj-$(CONFIG_TCG_TPM) += tpm.o | ||
5 | obj-$(CONFIG_TCG_NSC) += tpm_nsc.o | ||
6 | obj-$(CONFIG_TCG_ATMEL) += tpm_atmel.o | ||
7 | |||