mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-16 09:54:35 +00:00

Use the new symbol to refer to any 'SPL' build, including TPL and VPL Signed-off-by: Simon Glass <sjg@chromium.org>
11 lines
235 B
Makefile
11 lines
235 B
Makefile
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
# (C) Copyright 2010-2012
|
|
# NVIDIA Corporation <www.nvidia.com>
|
|
#
|
|
# (C) Copyright 2021
|
|
# Svyatoslav Ryhel <clamor95@gmail.com>
|
|
|
|
obj-$(CONFIG_XPL_BUILD) += endeavoru-spl.o
|
|
|
|
obj-y += endeavoru.o
|