1# SPDX-License-Identifier: GPL-2.0+
2#
3# Copyright (C) 2022 StarFive Technology Co., Ltd.
4
5ifeq ($(CONFIG_SPL_BUILD),y)
6obj-y += spl.o
7else
8obj-y += cpu.o
9obj-y += dram.o
10endif
11