Gitiles
Code Review
Sign In
gerrit.devboardsforandroid.linaro.org
/
platform
/
external
/
u-boot
/
598a06dcb47db8101a19d26c0d65572fbe8e71f6
/
.
/
drivers
/
soc
/
Makefile
blob: 9ef20ca5066fe6e39dc23a48cc32de745ddecf69 [
file
] [
log
] [
blame
]
# SPDX-License-Identifier: GPL-2.0+
#
# Makefile for the U-Boot SOC specific device drivers.
obj
-
$
(
CONFIG_SOC_TI
)
+=
ti
/
obj
-
$
(
CONFIG_SOC_DEVICE
)
+=
soc
-
uclass
.
o
obj
-
$
(
CONFIG_SOC_DEVICE_TI_K3
)
+=
soc_ti_k3
.
o
obj
-
$
(
CONFIG_SANDBOX
)
+=
soc_sandbox
.
o