mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-14 21:10:27 +01:00
This is not used by any boards now. Drop it to avoid confusion. Signed-off-by: Simon Glass <sjg@chromium.org> Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
11 lines
161 B
Makefile
11 lines
161 B
Makefile
#
|
|
# Copyright (C) 2012 Samsung Electronics
|
|
#
|
|
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
|
|
obj-y += smdk5250_spl.o
|
|
|
|
ifndef CONFIG_SPL_BUILD
|
|
obj-y += exynos5-dt.o
|
|
endif
|