blob: 69759c55658f018420e4bc944b07bf6c70dd8d4f [file] [log] [blame]
Pragnesh Patel25269c02020-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
Simon Glass85ed77d2024-09-29 19:49:46 -06006ifeq ($(CONFIG_XPL_BUILD),y)
Pragnesh Patele00653c2020-05-29 11:33:35 +05307obj-y += spl.o
8else
Pragnesh Patel25269c02020-05-29 11:33:34 +05309obj-y += dram.o
10obj-y += cpu.o
Pragnesh Patele00653c2020-05-29 11:33:35 +053011endif