X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=scripts%2FMakefile.host;h=e3379a3c51a18a6ef90a87494bcb2102eb1f4e89;hb=c444afbbefa103d567f197393d39ec0fcca21a0c;hp=763a699c4ce7b37ea018006880fc5b059534d846;hpb=926fbcc08327bd0ffb9964765e6573c432957998;p=u-boot diff --git a/scripts/Makefile.host b/scripts/Makefile.host index 763a699c4c..e3379a3c51 100644 --- a/scripts/Makefile.host +++ b/scripts/Makefile.host @@ -1,3 +1,4 @@ +# SPDX-License-Identifier: GPL-2.0 # ========================================================================== # Building binaries on the host system # Binaries are used during the compilation of the kernel, for example @@ -19,9 +20,6 @@ # 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))