diff options
author | Tom Rini <trini@konsulko.com> | 2016-01-14 18:24:44 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-01-19 08:31:17 -0500 |
commit | f32c86493822174e27f4b3c7c9359094406afbd8 (patch) | |
tree | 134022cc31d651bf963131627e0bdc71b41d850f /scripts/Makefile.autoconf | |
parent | 1811b7d38cf6e6caacc083044bc8f0f8015b5627 (diff) |
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.autoconf')
-rw-r--r-- | scripts/Makefile.autoconf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/Makefile.autoconf b/scripts/Makefile.autoconf index d668982cc1..01a739d23f 100644 --- a/scripts/Makefile.autoconf +++ b/scripts/Makefile.autoconf @@ -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 |