diff options
Diffstat (limited to 'scripts/basic/Makefile')
-rw-r--r-- | scripts/basic/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/scripts/basic/Makefile b/scripts/basic/Makefile index f883857b543..092a8876d60 100644 --- a/scripts/basic/Makefile +++ b/scripts/basic/Makefile @@ -1,3 +1,4 @@ +# SPDX-License-Identifier: GPL-2.0 ### # Makefile.basic lists the most basic programs used during the build process. # The programs listed herein are what are needed to do the basic stuff, @@ -7,9 +8,6 @@ # .config is included by main Makefile. # --------------------------------------------------------------------------- # fixdep: Used to generate dependency information during build process -# -# SPDX-License-Identifier: GPL-2.0 -# hostprogs-y := fixdep always := $(hostprogs-y) |