projects
/
linux-2.6
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Merge commit 'v2.6.27-rc7' into x86/debug
[linux-2.6]
/
drivers
/
char
/
tpm
/
Makefile
diff --git
a/drivers/char/tpm/Makefile
b/drivers/char/tpm/Makefile
index
ba4582d
..
ea3a1e0
100644
(file)
--- a/
drivers/char/tpm/Makefile
+++ b/
drivers/char/tpm/Makefile
@@
-5,6
+5,7
@@
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