diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2019-09-21 09:18:46 -0400 |
---|---|---|
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2019-10-15 10:45:07 -0400 |
commit | 85f0ae7e435afb261af33f9a605b973c0c8c1139 (patch) | |
tree | bbb77cd4324e54ba8fee248aeed8e956fa33a832 /Makefile | |
parent | 4f5cafb5cb8471e54afdc9054d973535614f7675 (diff) |
kbuild: update comment about KBUILD_ALLDIRS
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>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1037,7 +1037,7 @@ export KBUILD_VMLINUX_OBJS := $(head-y) $(init-y) $(core-y) $(libs-y2) \ | |||
1037 | export KBUILD_VMLINUX_LIBS := $(libs-y1) | 1037 | export KBUILD_VMLINUX_LIBS := $(libs-y1) |
1038 | export KBUILD_LDS := arch/$(SRCARCH)/kernel/vmlinux.lds | 1038 | export KBUILD_LDS := arch/$(SRCARCH)/kernel/vmlinux.lds |
1039 | export LDFLAGS_vmlinux | 1039 | export LDFLAGS_vmlinux |
1040 | # used by scripts/package/Makefile | 1040 | # used by scripts/Makefile.package |
1041 | export KBUILD_ALLDIRS := $(sort $(filter-out arch/%,$(vmlinux-alldirs)) LICENSES arch include scripts tools) | 1041 | export KBUILD_ALLDIRS := $(sort $(filter-out arch/%,$(vmlinux-alldirs)) LICENSES arch include scripts tools) |
1042 | 1042 | ||
1043 | vmlinux-deps := $(KBUILD_LDS) $(KBUILD_VMLINUX_OBJS) $(KBUILD_VMLINUX_LIBS) | 1043 | vmlinux-deps := $(KBUILD_LDS) $(KBUILD_VMLINUX_OBJS) $(KBUILD_VMLINUX_LIBS) |