mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-17 10:24:49 +00:00

Not sure why these files were omitted, but SPL should be converted to XPL. Signed-off-by: Svyatoslav Ryhel <clamor95@gmail.com>
12 lines
291 B
Makefile
12 lines
291 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) += transformer-t30-spl.o
|
|
obj-$(CONFIG_MULTI_DTB_FIT) += board-info.o
|
|
|
|
obj-y += transformer-t30.o
|