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