diff options
Diffstat (limited to 'scripts/Makefile')
-rw-r--r-- | scripts/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/scripts/Makefile b/scripts/Makefile index 9d55241463d..e27308a97a5 100644 --- a/scripts/Makefile +++ b/scripts/Makefile @@ -1,11 +1,9 @@ +# SPDX-License-Identifier: GPL-2.0 ### # scripts contains sources for various helper programs used throughout # the kernel for the build process. # --------------------------------------------------------------------------- # docproc: Used in Documentation/DocBook -# -# SPDX-License-Identifier: GPL-2.0 -# hostprogs-$(CONFIG_BUILD_BIN2C) += bin2c |