aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b2b1a3fdcaf2..06aff741e91a 100644
--- a/Makefile
+++ b/Makefile
@@ -754,7 +754,6 @@ vmlinux-init := $(head-y) $(init-y)
754vmlinux-main := $(core-y) $(libs-y) $(drivers-y) $(net-y) 754vmlinux-main := $(core-y) $(libs-y) $(drivers-y) $(net-y)
755vmlinux-all := $(vmlinux-init) $(vmlinux-main) 755vmlinux-all := $(vmlinux-init) $(vmlinux-main)
756vmlinux-lds := arch/$(SRCARCH)/kernel/vmlinux.lds 756vmlinux-lds := arch/$(SRCARCH)/kernel/vmlinux.lds
757export KBUILD_VMLINUX_OBJS := $(vmlinux-all)
758 757
759# Rule to link vmlinux - also used during CONFIG_KALLSYMS 758# Rule to link vmlinux - also used during CONFIG_KALLSYMS
760# May be overridden by arch/$(ARCH)/Makefile 759# May be overridden by arch/$(ARCH)/Makefile