blob: f48083e3559b4d57e2771eb54417928517025577 [file] [log] [blame]
Weijie Gao4bc01042022-05-20 11:22:21 +08001# SPDX-License-Identifier: GPL-2.0
2
3obj-y += init.o
4obj-y += serial.o
5
Simon Glassbef9fdb2024-09-29 19:49:46 -06006ifeq ($(CONFIG_XPL_BUILD),y)
Weijie Gao4bc01042022-05-20 11:22:21 +08007ifeq ($(CONFIG_TPL_BUILD),y)
8obj-y += tpl/
9else
10obj-y += spl/
11endif
12
13obj-y += sram_init.o
14endif