blob: 088205ef57e7698de573f3857397386a5ecb6d77 [file] [log] [blame]
Pragnesh Patel7c45fc92020-05-29 11:33:34 +05301# SPDX-License-Identifier: GPL-2.0+
2#
3# Copyright (C) 2020 SiFive, Inc
4# Pragnesh Patel <pragnesh.patel@sifive.com>
5
Pragnesh Patel01cdef22020-05-29 11:33:35 +05306ifeq ($(CONFIG_SPL_BUILD),y)
7obj-y += spl.o
8else
Pragnesh Patel7c45fc92020-05-29 11:33:34 +05309obj-y += dram.o
10obj-y += cpu.o
Pragnesh Patel5ce50202020-05-29 12:14:51 +053011obj-y += cache.o
Pragnesh Patel01cdef22020-05-29 11:33:35 +053012endif