u-boot-brain/board/samsung/smdk5250/Makefile
Simon Glass 2f7547ff27 exynos: Drop old smdk5250.c file
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>
2014-05-28 10:58:18 +09:00

12 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