Skip to content

Commit fc01adc

Browse files
committed
kbuild: remove unneeded comments and code from scripts/basic/Makefile
Kbuild descends into scripts/basic/ even before the Kconfig. I do not expect any other host programs added to this Makefile. Signed-off-by: Masahiro Yamada <[email protected]>
1 parent ce3b487 commit fc01adc

File tree

1 file changed

+2
-12
lines changed

1 file changed

+2
-12
lines changed

scripts/basic/Makefile

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,6 @@
11
# SPDX-License-Identifier: GPL-2.0-only
2-
###
3-
# This Makefile lists the most basic programs used during the build process.
4-
# The programs listed herein are what are needed to do the basic stuff,
5-
# such as fix file dependencies.
6-
# This initial step is needed to avoid files to be recompiled
7-
# when kernel configuration changes (which is what happens when
8-
# .config is included by main Makefile.
9-
# ---------------------------------------------------------------------------
10-
# fixdep: Used to generate dependency information during build process
2+
#
3+
# fixdep: used to generate dependency information during build process
114

125
hostprogs-y := fixdep
136
always := $(hostprogs-y)
14-
15-
# fixdep is needed to compile other host programs
16-
$(addprefix $(obj)/,$(filter-out fixdep,$(always))): $(obj)/fixdep

0 commit comments

Comments
 (0)