Merge branch 'for-2023.07' of https://source.denx.de/u-boot/custodians/u-boot-mpc8xx
[platform/kernel/u-boot.git] / arch / riscv / cpu / jh7110 / Makefile
1 # SPDX-License-Identifier: GPL-2.0+
2 #
3 # Copyright (C) 2022 StarFive Technology Co., Ltd.
4
5 ifeq ($(CONFIG_SPL_BUILD),y)
6 obj-y += spl.o
7 else
8 obj-y += cpu.o
9 obj-y += dram.o
10 endif