u-boot-brain/board/samsung/smdkv310/Makefile
Masahiro Yamada e183a1745a board: samsung: refactor host programs
Some Samsung boards have their own tools under board/samsung/<board>/tools/.
This commit refactor more makefiles with "hostprogs-y".

Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
2014-02-19 11:07:49 -05:00

13 lines
198 B
Makefile

#
# Copyright (C) 2011 Samsung Electronics
#
# SPDX-License-Identifier: GPL-2.0+
#
ifdef CONFIG_SPL_BUILD
hostprogs-y := tools/mksmdkv310spl
always := $(hostprogs-y)
else
obj-y += smdkv310.o
endif