kbuild: update comment about KBUILD_ALLDIRS
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Sat, 21 Sep 2019 13:18:46 +0000 (22:18 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Tue, 15 Oct 2019 14:45:07 +0000 (23:45 +0900)
Commit 000ec95fbe75 ("kbuild: pkg: rename scripts/package/Makefile to
scripts/Makefile.package") missed to update this comment.

Fixes: 000ec95fbe75 ("kbuild: pkg: rename scripts/package/Makefile to scripts/Makefile.package")
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Makefile

index ffd7a912fc464ebb6b941a405a956abeeca0bb50..19efe04b398cccf96557bacf2ba93b0043cb6f55 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1037,7 +1037,7 @@ export KBUILD_VMLINUX_OBJS := $(head-y) $(init-y) $(core-y) $(libs-y2) \
 export KBUILD_VMLINUX_LIBS := $(libs-y1)
 export KBUILD_LDS          := arch/$(SRCARCH)/kernel/vmlinux.lds
 export LDFLAGS_vmlinux
-# used by scripts/package/Makefile
+# used by scripts/Makefile.package
 export KBUILD_ALLDIRS := $(sort $(filter-out arch/%,$(vmlinux-alldirs)) LICENSES arch include scripts tools)
 
 vmlinux-deps := $(KBUILD_LDS) $(KBUILD_VMLINUX_OBJS) $(KBUILD_VMLINUX_LIBS)