mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-03-04 23:37:39 +00:00
This makes it clear these are only to be used by the R5 builds of SPL. And this will be used to later more cleanly split the two builds. Signed-off-by: Andrew Davis <afd@ti.com>
7 lines
179 B
Makefile
7 lines
179 B
Makefile
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
# Copyright (C) 2022 Texas Instruments Incorporated - https://www.ti.com/
|
|
|
|
obj-y += clk-data.o
|
|
obj-y += dev-data.o
|
|
obj-y += am62a_qos_data.o
|