forked from OERV-BSP/u-boot
Use board revision detection mechanism to choose correct DTB. Adjust documentation and build setup accordingly. Signed-off-by: Svyatoslav Ryhel <clamor95@gmail.com>
13 lines
291 B
Makefile
13 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_SPL_BUILD) += transformer-t30-spl.o
|
|
obj-$(CONFIG_MULTI_DTB_FIT) += board-info.o
|
|
|
|
obj-y += transformer-t30.o
|