Sign in
third-party-mirror
/
u-boot
/
ebfa12bad535ccbe7783f61b8f13e3fe260a0703
/
.
/
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