Gitiles
Code Review
Sign In
gerrit.devboardsforandroid.linaro.org
/
platform
/
external
/
u-boot
/
29f965a7ec2bc32be3282eac0645b6e5ea2112ab
/
.
/
drivers
/
smem
/
Makefile
blob: af3e9b50883c8d964da5a590b64833e9bce257a4 [
file
] [
log
] [
blame
]
# SPDX-License-Identifier: GPL-2.0+
#
# Makefile for the U-Boot SMEM interface drivers
obj
-
$
(
CONFIG_SANDBOX_SMEM
)
+=
sandbox_smem
.
o
obj
-
$
(
CONFIG_SMEM
)
+=
smem
-
uclass
.
o
obj
-
$
(
CONFIG_MSM_SMEM
)
+=
msm_smem
.
o