mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-06-13 15:03:58 +03: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
146 B
Makefile
7 lines
146 B
Makefile
# Copyright (c) 2014 Marcel Ziswiler
|
|
# SPDX-License-Identifier: GPL-2.0+
|
|
|
|
obj-$(CONFIG_XPL_BUILD) += apalis_t30-spl.o
|
|
|
|
obj-y += apalis_t30.o
|