diff --git a/Makefile b/Makefile
index d73865188372362facec7bc1372917332667a49f..0d585c09d60c208c6bcaf00aa1201d864c3be143 100644
--- a/Makefile
+++ b/Makefile
@@ -811,7 +811,9 @@ endif
 	$(Q)rm -f .old_version
 
 # build vmlinux.o first to catch section mismatch errors early
-$(kallsyms.o): vmlinux.o
+ifdef CONFIG_KALLSYMS
+.tmp_vmlinux1: vmlinux.o
+endif
 vmlinux.o: $(vmlinux-lds) $(vmlinux-init) $(vmlinux-main) FORCE
 	$(call if_changed_rule,vmlinux-modpost)