diff options
author | Martin Roth <gaumless@gmail.com> | 2022-10-28 22:39:23 -0600 |
---|---|---|
committer | Martin Roth <martin.roth@amd.corp-partner.google.com> | 2022-10-31 03:27:13 +0000 |
commit | 9231f0b92a3735bbdb638b8ad92832eaaddb9b8b (patch) | |
tree | a7f5bc6fbee43195e2d2290170349b7af1455afc /src/soc/ti | |
parent | f90ff456fc5ede4cefaca5915602217ebff9e9a2 (diff) |
soc: Add SPDX license headers to Makefiles
Signed-off-by: Martin Roth <gaumless@gmail.com>
Change-Id: Ic875708697f07b6dae09d27dbd67eb8b960749f0
Reviewed-on: https://review.coreboot.org/c/coreboot/+/68984
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Sean Rhodes <sean@starlabs.systems>
Diffstat (limited to 'src/soc/ti')
-rw-r--r-- | src/soc/ti/Makefile.inc | 1 | ||||
-rw-r--r-- | src/soc/ti/am335x/Makefile.inc | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/src/soc/ti/Makefile.inc b/src/soc/ti/Makefile.inc index 357cc82e18..7eb83d51eb 100644 --- a/src/soc/ti/Makefile.inc +++ b/src/soc/ti/Makefile.inc @@ -1 +1,2 @@ +## SPDX-License-Identifier: GPL-2.0-only subdirs-$(CONFIG_SOC_TI_AM335X) += am335x diff --git a/src/soc/ti/am335x/Makefile.inc b/src/soc/ti/am335x/Makefile.inc index 4e35529889..e09a0f7e37 100644 --- a/src/soc/ti/am335x/Makefile.inc +++ b/src/soc/ti/am335x/Makefile.inc @@ -1,3 +1,4 @@ +## SPDX-License-Identifier: GPL-2.0-only ifeq ($(CONFIG_SOC_TI_AM335X),y) bootblock-y += bootblock.c bootblock-y += timer.c |