diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2019-05-15 12:18:54 -0400 |
---|---|---|
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2019-05-17 22:49:57 -0400 |
commit | 233c741dcbb135aeaeab89b74ab9681e4ca2e921 (patch) | |
tree | 8f7b6de33bd0fb295e0fe189654ef52e101b2755 /Makefile | |
parent | cdd750bfb1f76fe9be8cfb53cbe77b2e811081ab (diff) |
kbuild: add LICENSES to KBUILD_ALLDIRS
For *-pkg targets, the LICENSES directory should be included in the
source tarball.
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
@@ -1016,7 +1016,7 @@ export KBUILD_VMLINUX_LIBS := $(libs-y1) | |||
1016 | export KBUILD_LDS := arch/$(SRCARCH)/kernel/vmlinux.lds | 1016 | export KBUILD_LDS := arch/$(SRCARCH)/kernel/vmlinux.lds |
1017 | export LDFLAGS_vmlinux | 1017 | export LDFLAGS_vmlinux |
1018 | # used by scripts/package/Makefile | 1018 | # used by scripts/package/Makefile |
1019 | export KBUILD_ALLDIRS := $(sort $(filter-out arch/%,$(vmlinux-alldirs)) arch include scripts tools) | 1019 | export KBUILD_ALLDIRS := $(sort $(filter-out arch/%,$(vmlinux-alldirs)) LICENSES arch include scripts tools) |
1020 | 1020 | ||
1021 | vmlinux-deps := $(KBUILD_LDS) $(KBUILD_VMLINUX_OBJS) $(KBUILD_VMLINUX_LIBS) | 1021 | vmlinux-deps := $(KBUILD_LDS) $(KBUILD_VMLINUX_OBJS) $(KBUILD_VMLINUX_LIBS) |
1022 | 1022 | ||