summaryrefslogtreecommitdiff
path: root/scripts/Makefile.lib
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2016-01-14 23:24:44 (GMT)
committerTom Rini <trini@konsulko.com>2016-01-19 13:31:17 (GMT)
commitf32c86493822174e27f4b3c7c9359094406afbd8 (patch)
tree134022cc31d651bf963131627e0bdc71b41d850f /scripts/Makefile.lib
parent1811b7d38cf6e6caacc083044bc8f0f8015b5627 (diff)
downloadu-boot-f32c86493822174e27f4b3c7c9359094406afbd8.tar.xz
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 <trini@konsulko.com>
Diffstat (limited to 'scripts/Makefile.lib')
-rw-r--r--scripts/Makefile.lib3
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/Makefile.lib b/scripts/Makefile.lib
index ed30bf5..1644f8c 100644
--- a/scripts/Makefile.lib
+++ b/scripts/Makefile.lib
@@ -1,3 +1,6 @@
+#
+# SPDX-License-Identifier: GPL-2.0
+#
# Backward compatibility
asflags-y += $(EXTRA_AFLAGS)
ccflags-y += $(EXTRA_CFLAGS)