]> git.ipfire.org Git - thirdparty/u-boot.git/blame - board/samsung/smdkv310/Makefile
SPDX: Convert all of our single license tags to Linux Kernel style
[thirdparty/u-boot.git] / board / samsung / smdkv310 / Makefile
CommitLineData
83d290c5 1# SPDX-License-Identifier: GPL-2.0+
e21185ba
CK
2#
3# Copyright (C) 2011 Samsung Electronics
e21185ba 4
5187d8dd 5ifdef CONFIG_SPL_BUILD
7c8278a8
MY
6# necessary to create built-in.o
7obj- := __dummy__.o
8
e183a174
MY
9hostprogs-y := tools/mksmdkv310spl
10always := $(hostprogs-y)
11else
12obj-y += smdkv310.o
5187d8dd 13endif