Sign in
googlers
/
maze
/
linux
/
181a46a56e9f852060c54247209e93740329b6eb
/
.
/
drivers
/
char
/
tpm
/
Makefile
blob: 2392e404e8d11520995a7110ad70dec8d7a80683 [
file
] [
log
] [
blame
]
#
# Makefile for the kernel tpm device drivers.
#
obj
-
$
(
CONFIG_TCG_TPM
)
+=
tpm
.
o
obj
-
$
(
CONFIG_TCG_NSC
)
+=
tpm_nsc
.
o
obj
-
$
(
CONFIG_TCG_ATMEL
)
+=
tpm_atmel
.
o
obj
-
$
(
CONFIG_TCG_INFINEON
)
+=
tpm_infineon
.
o