summaryrefslogtreecommitdiff
path: root/board/sifive/unmatched/Makefile
blob: 6308c80d643f38dd777ee8768f8526ec1b01e699 (plain)
1
2
3
4
5
6
7
8
9
# 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