From f32c86493822174e27f4b3c7c9359094406afbd8 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Thu, 14 Jan 2016 18:24:44 -0500 Subject: scripts/Makefile* Add SPDX-License-Identifier tag A general best practice for SPDX is that Makefiles should have an identifier, add these as everything else is currently covered. Signed-off-by: Tom Rini --- scripts/Makefile.build | 3 +++ 1 file changed, 3 insertions(+) (limited to 'scripts/Makefile.build') diff --git a/scripts/Makefile.build b/scripts/Makefile.build index de818aec8c..06e5c203c1 100644 --- a/scripts/Makefile.build +++ b/scripts/Makefile.build @@ -1,6 +1,9 @@ # ========================================================================== # Building # ========================================================================== +# +# SPDX-License-Identifier: GPL-2.0 +# # Modified for U-Boot prefix := tpl -- cgit v1.2.1