xref: /rk3399_rockchip-uboot/board/samsung/smdk5250/Makefile (revision 2b9912e6a7df7b1f60beb7942bd0e6fa5f9d0167)
1#
2# Copyright (C) 2012 Samsung Electronics
3#
4# SPDX-License-Identifier:	GPL-2.0+
5#
6
7obj-y	+= smdk5250_spl.o
8
9ifndef CONFIG_SPL_BUILD
10obj-y	+= exynos5-dt.o
11endif
12