scripts/Makefile* Add SPDX-License-Identifier tag
authorTom Rini <trini@konsulko.com>
Thu, 14 Jan 2016 23:24:44 +0000 (18:24 -0500)
committerTom Rini <trini@konsulko.com>
Tue, 19 Jan 2016 13:31:17 +0000 (08:31 -0500)
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 <trini@konsulko.com>
scripts/Makefile.autoconf
scripts/Makefile.build
scripts/Makefile.clean
scripts/Makefile.extrawarn
scripts/Makefile.host
scripts/Makefile.lib
scripts/Makefile.uncmd_spl

index d668982cc1dd22b7965fa10d595183ea153a1df6..01a739d23f7191b0a03b7d7604f6bc0f797a5230 100644 (file)
@@ -6,6 +6,9 @@
 # When our migration to Kconfig is done
 # (= When we move all CONFIGs from header files to Kconfig)
 # this makefile can be deleted.
+#
+# SPDX-License-Identifier:     GPL-2.0
+#
 
 __all: include/autoconf.mk include/autoconf.mk.dep
 
index de818aec8c50ee5ef45db3f501049e09d07a0751..06e5c203c1f13bd4428ef16c2151e9345e07c0ef 100644 (file)
@@ -1,6 +1,9 @@
 # ==========================================================================
 # Building
 # ==========================================================================
+#
+# SPDX-License-Identifier:     GPL-2.0
+#
 
 # Modified for U-Boot
 prefix := tpl
index 4853631b1c8d0b1e03d16a06ea99d54287d87b33..b69533df8066041bfb7f7f8837769e1a7175b99d 100644 (file)
@@ -1,6 +1,9 @@
 # ==========================================================================
 # Cleaning up
 # ==========================================================================
+#
+# SPDX-License-Identifier:     GPL-2.0
+#
 
 src := $(obj)
 
index 0ec0d24b1c78ef79e0370c4f0863472d9681930c..6547e573574b0a1a03b325ddf878a8ae1275614f 100644 (file)
@@ -9,6 +9,9 @@
 # $(call cc-option, -W...) handles gcc -W.. options which
 # are not supported by all versions of the compiler
 # ==========================================================================
+#
+# SPDX-License-Identifier:     GPL-2.0
+#
 
 ifeq ("$(origin W)", "command line")
   export KBUILD_ENABLE_EXTRA_GCC_CHECKS := $(W)
index 133edfae5b8a8d7a66f59b9c1ef3130cb63eb928..bff8b5bc614c25ee89e3e74e73b6b542a46567e4 100644 (file)
@@ -19,6 +19,9 @@
 # qconf-objs      := menu.o
 # Will compile qconf as a C++ program, and menu as a C program.
 # They are linked as C++ code to the executable qconf
+#
+# SPDX-License-Identifier:     GPL-2.0
+#
 
 __hostprogs := $(sort $(hostprogs-y) $(hostprogs-m))
 
index ed30bf5bb96b848a1296984f8b4c57835a10f89e..1644f8c48d4b9d13ccfb9ed4b57320df0bcaebea 100644 (file)
@@ -1,3 +1,6 @@
+#
+# SPDX-License-Identifier:     GPL-2.0
+#
 # Backward compatibility
 asflags-y  += $(EXTRA_AFLAGS)
 ccflags-y  += $(EXTRA_CFLAGS)
index 40035468e76e9c627de1a9eb2281baf0ab789fc4..15d0836b49a9079122d72e5a05d30027c586fe6c 100644 (file)
@@ -1,5 +1,7 @@
 # Makefile version of include/config_uncmd_spl.h
 #
+# SPDX-License-Identifier:     GPL-2.0+
+#
 # TODO: Invent a better way
 
 ifdef CONFIG_SPL_BUILD