summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2019-05-15 12:18:54 -0400
committerMasahiro Yamada <yamada.masahiro@socionext.com>2019-05-17 22:49:57 -0400
commit233c741dcbb135aeaeab89b74ab9681e4ca2e921 (patch)
tree8f7b6de33bd0fb295e0fe189654ef52e101b2755 /Makefile
parentcdd750bfb1f76fe9be8cfb53cbe77b2e811081ab (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--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 95421654a16d..e5414f78e123 100644
--- a/Makefile
+++ b/Makefile
@@ -1016,7 +1016,7 @@ export KBUILD_VMLINUX_LIBS := $(libs-y1)
1016export KBUILD_LDS := arch/$(SRCARCH)/kernel/vmlinux.lds 1016export KBUILD_LDS := arch/$(SRCARCH)/kernel/vmlinux.lds
1017export LDFLAGS_vmlinux 1017export LDFLAGS_vmlinux
1018# used by scripts/package/Makefile 1018# used by scripts/package/Makefile
1019export KBUILD_ALLDIRS := $(sort $(filter-out arch/%,$(vmlinux-alldirs)) arch include scripts tools) 1019export KBUILD_ALLDIRS := $(sort $(filter-out arch/%,$(vmlinux-alldirs)) LICENSES arch include scripts tools)
1020 1020
1021vmlinux-deps := $(KBUILD_LDS) $(KBUILD_VMLINUX_OBJS) $(KBUILD_VMLINUX_LIBS) 1021vmlinux-deps := $(KBUILD_LDS) $(KBUILD_VMLINUX_OBJS) $(KBUILD_VMLINUX_LIBS)
1022 1022