mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-18 02:44:37 +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
275 B
Makefile
12 lines
275 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) += grouper-spl.o
|
|
obj-$(CONFIG_MULTI_DTB_FIT) += board-info.o
|
|
|
|
obj-y += grouper.o
|