u-boot-brain/board/sifive/unmatched/Makefile

10 lines
145 B
Makefile

# SPDX-License-Identifier: GPL-2.0+
#
# Copyright (c) 2020-2021 SiFive, Inc
obj-y += unmatched.o
ifdef CONFIG_SPL_BUILD
obj-y += spl.o
endif