3
0
mirror of https://github.com/Qortal/Brooklyn.git synced 2025-02-21 22:55:53 +00:00
2022-04-02 18:17:33 +05:00

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