mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-20 18:23:08 +00:00
12 lines
247 B
Makefile
12 lines
247 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-y += transformer-t30.o
|