blob: 1d1ad98ba7c68a1d75226a2843bccc1c5e61d198 [file] [log] [blame]
Green Wan7f337432021-05-27 06:52:07 -07001# SPDX-License-Identifier: GPL-2.0+
2#
3# Copyright (C) 2020-2021 SiFive, Inc
4# Pragnesh Patel <pragnesh.patel@sifive.com>
5
6ifeq ($(CONFIG_SPL_BUILD),y)
7obj-y += spl.o
8else
9obj-y += dram.o
10obj-y += cpu.o
Green Wan7f337432021-05-27 06:52:07 -070011endif