Sign in
nest-open-source
/
nest-learning-thermostat
/
5.1.3
/
u-boot
/
0fdfbed9ef64f29f2e33427a478c9bef799258ca
/
.
/
u-boot-imx
/
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