blob: 4f91aafa9dae09a8bb8872278c2eefead2bed4cb [file] [edit]
# 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