diff --git a/Makefile b/Makefile
index b2b1a3fdcaf276cb969f3d704d0cf16d4b46cfba..06aff741e91ac39f7e3bb823bd7d0d407afeb98a 100644
--- a/Makefile
+++ b/Makefile
@@ -754,7 +754,6 @@ vmlinux-init := $(head-y) $(init-y)
 vmlinux-main := $(core-y) $(libs-y) $(drivers-y) $(net-y)
 vmlinux-all  := $(vmlinux-init) $(vmlinux-main)
 vmlinux-lds  := arch/$(SRCARCH)/kernel/vmlinux.lds
-export KBUILD_VMLINUX_OBJS := $(vmlinux-all)
 
 # Rule to link vmlinux - also used during CONFIG_KALLSYMS
 # May be overridden by arch/$(ARCH)/Makefile