Sign in
third-party-mirror
/
u-boot
/
33c45b3fa76c5c15bb28c00d81790d7044df88cf
/
.
/
drivers
/
tee
/
optee
/
Makefile
blob: fb4b79e03092766f3d3ef1d84ba689f21260e62b [
file
] [
log
] [
blame
]
# SPDX-License-Identifier: GPL-2.0+
obj
-
y
+=
core
.
o
obj
-
y
+=
supplicant
.
o
obj
-
$
(
CONFIG_SUPPORT_EMMC_RPMB
)
+=
rpmb
.
o
obj
-
$
(
CONFIG_OPTEE_RAW_PARTITION_IO
)
+=
raw_io
.
o