Gitiles
Code Review
Sign In
gerrit.cesnet.cz
/
github
/
trini
/
u-boot
/
235dd6e8d1696f85e6ff536bd64bf1e4240ae368
/
.
/
arch
/
arm
/
mach-rockchip
/
Makefile
blob: 5a4e383a91c0247466a7acdff8ac45462af7a9f5 [
file
] [
log
] [
blame
]
#
# Copyright (c) 2014 Google, Inc
#
# SPDX-License-Identifier: GPL-2.0+
#
ifdef CONFIG_SPL_BUILD
obj
-
y
+=
board
-
spl
.
o
else
obj
-
y
+=
board
.
o
endif
obj
-
y
+=
common
.
o
obj
-
$
(
CONFIG_ROCKCHIP_RK3288
)
+=
rk3288
/