xref: /rk3399_rockchip-uboot/board/samsung/smdk5250/Makefile (revision 11db3abe6609e08e2df4ecc9353d2c0a2b061be2)
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