projects
/
linux-2.6
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
/home/lenb/src/to-linus branch 'acpi-2.6.12'
[linux-2.6]
/
drivers
/
char
/
tpm
/
Makefile
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
obj-$(CONFIG_TCG_INFINEON) += tpm_infineon.o