~funderscore blog cgit wiki get in touch
aboutsummaryrefslogtreecommitdiff
blob: 951c95631e92d14f21bbca8b75d5f8e60e2c8842 (plain)
1
2
3
4
5
6
7
8
9
10
# SPDX-License-Identifier: GPL-2.0+
#
# Copyright (C) 2022 StarFive Technology Co., Ltd.

ifeq ($(CONFIG_SPL_BUILD),y)
obj-y += spl.o
else
obj-y += cpu.o
obj-y += dram.o
endif