summaryrefslogtreecommitdiff
path: root/util/crossgcc
diff options
context:
space:
mode:
authorMartin Roth <gaumless@gmail.com>2022-10-28 22:38:44 -0600
committerFelix Held <felix-coreboot@felixheld.de>2022-11-22 12:47:09 +0000
commitadaab4a97edd37feb1049119a0447cc6fc843e61 (patch)
tree3d0d7dd89510c2804ed8d8fd83bb2a41c793e3b4 /util/crossgcc
parent74a4dca4812800171459f87c091646c5e1e8201f (diff)
downloadcoreboot-adaab4a97edd37feb1049119a0447cc6fc843e61.tar.gz
util: Add SPDX license headers to Makefiles
Signed-off-by: Martin Roth <gaumless@gmail.com> Change-Id: I7cf35132df0bc23f7b6f78014ddd72d58ea2ab8a Reviewed-on: https://review.coreboot.org/c/coreboot/+/68983 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Matt DeVillier <matt.devillier@amd.corp-partner.google.com> Reviewed-by: Elyes Haouas <ehaouas@noos.fr> Reviewed-by: Eric Lai <eric_lai@quanta.corp-partner.google.com>
Diffstat (limited to 'util/crossgcc')
-rw-r--r--util/crossgcc/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/crossgcc/Makefile b/util/crossgcc/Makefile
index cb552dd084..06ec91c493 100644
--- a/util/crossgcc/Makefile
+++ b/util/crossgcc/Makefile
@@ -1,3 +1,4 @@
+## SPDX-License-Identifier: GPL-2.0-only
# if no architecture is specified, set a default
BUILD_PLATFORM ?= i386-elf
DEST ?= $(CURDIR)/xgcc