X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;ds=sidebyside;f=scripts%2FMakefile.autoconf;h=00b8fb34aa761ef16105d974ece95130a02268d6;hb=ec353ad1b6f66832f641f7ab00c3ee9bbf0d31ff;hp=2f85eb9599148145cf9b3d38b3acbb0d0b2bbe85;hpb=e19b0fb4851f8b6371d91adb34c68c3566140d3f;p=oweals%2Fu-boot.git diff --git a/scripts/Makefile.autoconf b/scripts/Makefile.autoconf index 2f85eb9599..00b8fb34aa 100644 --- a/scripts/Makefile.autoconf +++ b/scripts/Makefile.autoconf @@ -1,3 +1,4 @@ +# SPDX-License-Identifier: GPL-2.0 # This helper makefile is used for creating # - symbolic links (arch/$ARCH/include/asm/arch # - include/autoconf.mk, {spl,tpl}/include/autoconf.mk @@ -6,9 +7,6 @@ # 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 @@ -110,6 +108,7 @@ define filechk_config_h echo \#include \; \ echo \#include \; \ echo \#include \; \ + echo \#include \; \ echo \#include \;) endef