diff mbox series

kbuild: update comment about KBUILD_ALLDIRS

Message ID 20190921131846.18981-1-yamada.masahiro@socionext.com
State Accepted
Commit 85f0ae7e435afb261af33f9a605b973c0c8c1139
Headers show
Series kbuild: update comment about KBUILD_ALLDIRS | expand

Commit Message

Masahiro Yamada Sept. 21, 2019, 1:18 p.m. UTC
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 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
2.17.1
diff mbox series

Patch

diff --git a/Makefile b/Makefile
index 6206cd358411..4808377f2db8 100644
--- 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)