mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-19 01:33:10 +00:00
12 lines
229 B
Makefile
12 lines
229 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) += x3-t30-spl.o
|
||
|
|
||
|
obj-y += x3-t30.o
|