Gitiles
Code Review
Sign In
gerrit.devboardsforandroid.linaro.org
/
platform
/
external
/
u-boot
/
392ba5256ab9bf017a9b7320ef0cee98862c908d
/
.
/
board
/
samsung
/
smdk5250
/
Makefile
blob: 6a586553e1f60a3dfbb9563510215d05b0e3b36d [
file
] [
log
] [
blame
]
#
# Copyright (C) 2012 Samsung Electronics
#
# SPDX-License-Identifier: GPL-2.0+
#
obj
-
y
+=
smdk5250_spl
.
o
ifndef CONFIG_SPL_BUILD
ifdef CONFIG_OF_CONTROL
obj
-
y
+=
exynos5
-
dt
.
o
else
obj
-
y
+=
smdk5250
.
o
endif
endif