Skip to content

Commit 85f0ae7

Browse files
committed
kbuild: update comment about KBUILD_ALLDIRS
Commit 000ec95 ("kbuild: pkg: rename scripts/package/Makefile to scripts/Makefile.package") missed to update this comment. Fixes: 000ec95 ("kbuild: pkg: rename scripts/package/Makefile to scripts/Makefile.package") Signed-off-by: Masahiro Yamada <[email protected]>
1 parent 4f5cafb commit 85f0ae7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1037,7 +1037,7 @@ export KBUILD_VMLINUX_OBJS := $(head-y) $(init-y) $(core-y) $(libs-y2) \
10371037
export KBUILD_VMLINUX_LIBS := $(libs-y1)
10381038
export KBUILD_LDS := arch/$(SRCARCH)/kernel/vmlinux.lds
10391039
export LDFLAGS_vmlinux
1040-
# used by scripts/package/Makefile
1040+
# used by scripts/Makefile.package
10411041
export KBUILD_ALLDIRS := $(sort $(filter-out arch/%,$(vmlinux-alldirs)) LICENSES arch include scripts tools)
10421042

10431043
vmlinux-deps := $(KBUILD_LDS) $(KBUILD_VMLINUX_OBJS) $(KBUILD_VMLINUX_LIBS)

0 commit comments

Comments
 (0)