From 55a5041fbfcda747db6b24c4c6a292ecb26cac50 Mon Sep 17 00:00:00 2001 From: Tyler Wang Date: Wed, 9 Oct 2024 12:54:41 +0800 Subject: mb/google/rex: Add SPDX license headers to template Makefile According to CB:68982, add SPDX license headers to rex template Makefile. Without this patch, build bot may report build failed. BUG=none TEST=Run create_coreboot_variant.sh and check Makefile Change-Id: I7d100a2303be063590f1389a7eed8f9a52071241 Signed-off-by: Tyler Wang Reviewed-on: https://review.coreboot.org/c/coreboot/+/84712 Tested-by: build bot (Jenkins) Reviewed-by: Eric Lai Reviewed-by: Subrata Banik --- util/mainboard/google/rex0/template/Makefile.mk | 2 ++ 1 file changed, 2 insertions(+) (limited to 'util/mainboard/google/rex0/template/Makefile.mk') diff --git a/util/mainboard/google/rex0/template/Makefile.mk b/util/mainboard/google/rex0/template/Makefile.mk index 6c29346470..a49954cc35 100644 --- a/util/mainboard/google/rex0/template/Makefile.mk +++ b/util/mainboard/google/rex0/template/Makefile.mk @@ -1,3 +1,5 @@ +## SPDX-License-Identifier: GPL-2.0-only + bootblock-y += gpio.c romstage-y += gpio.c -- cgit v1.2.3