Gitiles
Code Review
Sign In
gerrit.devboardsforandroid.linaro.org
/
platform
/
external
/
u-boot
/
aee56c035cfc843a0a98bf3bd1b7fed1a739c37f
/
.
/
board
/
dhelectronics
/
common
/
Makefile
blob: a472ea8d5163784607fc5e10715e7f8ae7d9946f [
file
] [
log
] [
blame
]
# SPDX-License-Identifier: GPL-2.0+
#
# Copyright 2022 DENX Software Engineering GmbH, Philip Oberfichtner <pro@denx.de>
#
obj
-
y
+=
dh_common
.
o
ifneq
(,
$
(
CONFIG_ARCH_MX6
)
$
(
CONFIG_ARCH_IMX8M
))
obj
-
y
+=
dh_imx
.
o
endif