summaryrefslogtreecommitdiff
path: root/arch/riscv/cpu/jh7110/Makefile
blob: 74ce2d8fbc1e5e6c205d264ae1ff5e6c12b371d4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# SPDX-License-Identifier: GPL-2.0+
#
# Copyright (C) 2022 StarFive, Inc

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