Gitiles
Code Review
Sign In
gerrit.devboardsforandroid.linaro.org
/
platform
/
external
/
u-boot
/
2bc00e016e4c1440f3004776e26357f46eb6690a
/
.
/
arch
/
arm
/
mach-rockchip
/
rk3036
/
Makefile
blob: a48334733580d34601bd16691280c5ed87c27d5f [
file
] [
log
] [
blame
]
huang lin
2bc00e0
2015-11-17 14:20:18 +0800
[
diff
] [
blame^
]
1
#
2
# (C) Copyright 2015 Rockchip Electronics Co., Ltd
3
#
4
# SPDX-License-Identifier: GPL-2.0+
5
#
6
7
ifndef CONFIG_SPL_BUILD
8
obj
-
y
+=
reset_rk3036
.
o
9
endif
10