mirror of
https://github.com/Qortal/Brooklyn.git
synced 2025-02-21 14:45:53 +00:00
14 lines
248 B
Makefile
14 lines
248 B
Makefile
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
# Copyright (C) 2011 Samsung Electronics
|
|
|
|
ifdef CONFIG_SPL_BUILD
|
|
# necessary to create built-in.o
|
|
obj- := __dummy__.o
|
|
|
|
hostprogs-y := tools/mksmdkv310spl
|
|
always := $(hostprogs-y)
|
|
else
|
|
obj-y += smdkv310.o
|
|
endif
|