Sign in
googlers
/
maze
/
linux
/
81179bb6a54c2c626b4cbcc084ca974bb2d7f2a3
/
.
/
drivers
/
char
/
tpm
/
Makefile
blob: 736d3df266f5b4ac35eb008aea1f2f87e810072b [
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