X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=scripts%2FMakefile;h=2f081f7104dd141e4121d7b97fa333f1b971df98;hb=85916e29df41d16cf89e48113acafe9a670770c9;hp=68c998e588e0d334e52af9529a613a88ebcb35b9;hpb=598e2d33886568442ac52b60ae6f493158670e18;p=oweals%2Fu-boot.git diff --git a/scripts/Makefile b/scripts/Makefile index 68c998e588..2f081f7104 100644 --- a/scripts/Makefile +++ b/scripts/Makefile @@ -3,6 +3,9 @@ # the kernel for the build process. # --------------------------------------------------------------------------- # docproc: Used in Documentation/DocBook +# +# SPDX-License-Identifier: GPL-2.0 +# # The following hostprogs-y programs are only build on demand hostprogs-y += docproc @@ -13,4 +16,4 @@ build_docproc: $(obj)/docproc @: # Let clean descend into subdirs -subdir- += basic +subdir- += basic kconfig