]> git.sur5r.net Git - u-boot/blob - board/samsung/smdkv310/Makefile
Merge branch 'master' of git://git.denx.de/u-boot-sunxi
[u-boot] / board / samsung / smdkv310 / Makefile
1 # SPDX-License-Identifier: GPL-2.0+
2 #
3 # Copyright (C) 2011 Samsung Electronics
4
5 ifdef CONFIG_SPL_BUILD
6 # necessary to create built-in.o
7 obj- := __dummy__.o
8
9 hostprogs-y := tools/mksmdkv310spl
10 always := $(hostprogs-y)
11 else
12 obj-y   += smdkv310.o
13 endif