X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=Makefile;h=a3a834b11a97ef7d9236a56e7b5e7ca78e9799b8;hb=1bf25e78af317e6d5d9b5594dfeb0036e0d589d6;hp=878d7aa3d2dd651651dc90d18fd2d765e4f2d5c8;hpb=534c97b0950b1967bca1c753aeaed32f5db40264;p=deliverable%2Flinux.git diff --git a/Makefile b/Makefile index 878d7aa3d2dd..a3a834b11a97 100644 --- a/Makefile +++ b/Makefile @@ -757,6 +757,8 @@ export KBUILD_VMLINUX_INIT := $(head-y) $(init-y) export KBUILD_VMLINUX_MAIN := $(core-y) $(libs-y) $(drivers-y) $(net-y) export KBUILD_LDS := arch/$(SRCARCH)/kernel/vmlinux.lds export LDFLAGS_vmlinux +# used by scripts/pacmage/Makefile +export KBUILD_ALLDIRS := $(sort $(filter-out arch/%,$(vmlinux-alldirs)) arch Documentation include samples scripts tools virt) vmlinux-deps := $(KBUILD_LDS) $(KBUILD_VMLINUX_INIT) $(KBUILD_VMLINUX_MAIN)