Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
bf38b8710892333cec2d8069644eb36ff435fd6f
/
.
/
drivers
/
char
/
tpm
/
st33zp24
/
Makefile
blob: 414497f00e5aa117fcfc05d568310d7f8e2aff96 [
file
] [
log
] [
blame
]
#
# Makefile for ST33ZP24 TPM 1.2 driver
#
tpm_st33zp24
-
objs
=
st33zp24
.
o
obj
-
$
(
CONFIG_TCG_TIS_ST33ZP24
)
+=
tpm_st33zp24
.
o
tpm_st33zp24_i2c
-
objs
=
i2c
.
o
obj
-
$
(
CONFIG_TCG_TIS_ST33ZP24_I2C
)
+=
tpm_st33zp24_i2c
.
o