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