summaryrefslogtreecommitdiff
path: root/arch/riscv/cpu/jh7110/Makefile
blob: 4f91aafa9dae09a8bb8872278c2eefead2bed4cb (plain)
1
2
3
4
5
6
7
8
9
# SPDX-License-Identifier: GPL-2.0+
#
# Copyright (C) 2022 StarFive Technology Co., Ltd.

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