mirror of
https://github.com/smaeul/u-boot.git
synced 2025-09-15 14:36:03 +01:00
The SPDX ID format usese a single space used after the 'SPDX-License-Identifier:'. Fix all files that use any other white-space character other than a single space. Signed-off-by: Bryan Brattlof <bb@ti.com>
8 lines
180 B
Makefile
8 lines
180 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_uboot.o
|