]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - board/samsung/smdk5250/Makefile
ARM: at91sam9m10g45ek: add mmc environment configuration support
[karo-tx-uboot.git] / board / samsung / smdk5250 / Makefile
1 #
2 # Copyright (C) 2012 Samsung Electronics
3 #
4 # SPDX-License-Identifier:      GPL-2.0+
5 #
6
7 obj-y   += smdk5250_spl.o
8
9 ifndef CONFIG_SPL_BUILD
10 ifdef CONFIG_OF_CONTROL
11 obj-y   += exynos5-dt.o
12 else
13 obj-y   += smdk5250.o
14 endif
15 endif