diff options
author | Martin Roth <gaumless@gmail.com> | 2022-10-28 22:38:44 -0600 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2022-11-22 12:47:09 +0000 |
commit | adaab4a97edd37feb1049119a0447cc6fc843e61 (patch) | |
tree | 3d0d7dd89510c2804ed8d8fd83bb2a41c793e3b4 /util/futility | |
parent | 74a4dca4812800171459f87c091646c5e1e8201f (diff) |
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/futility')
-rw-r--r-- | util/futility/Makefile | 1 | ||||
-rw-r--r-- | util/futility/Makefile.inc | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/util/futility/Makefile b/util/futility/Makefile index 2eaab3eaa5..6901948fa0 100644 --- a/util/futility/Makefile +++ b/util/futility/Makefile @@ -1,3 +1,4 @@ +## SPDX-License-Identifier: GPL-2.0-only top ?= $(abspath ../..) objutil ?= $(top)/util RM ?= rm diff --git a/util/futility/Makefile.inc b/util/futility/Makefile.inc index 1033fc5ace..a7bcee50d3 100644 --- a/util/futility/Makefile.inc +++ b/util/futility/Makefile.inc @@ -1,3 +1,4 @@ +## SPDX-License-Identifier: GPL-2.0-only additional-dirs += $(objutil)/futility VBOOT_FUTILITY = $(VBOOT_HOST_BUILD)/futility/futility |