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