mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-12-24 19:02:14 +01:00
Use the new symbol to refer to any 'SPL' build, including TPL and VPL Signed-off-by: Simon Glass <sjg@chromium.org>
7 lines
124 B
Makefile
7 lines
124 B
Makefile
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
# (C) Copyright 2021
|
|
# Open Surface RT
|
|
|
|
obj-$(CONFIG_XPL_BUILD) += surface-rt-spl.o
|