diff --git a/[refs] b/[refs] index e2254946d431..dc5806aee1e4 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 23a45e2c0a16bfd80eba853b44717d21c37bcf30 +refs/heads/master: 72ba47c1b293ae78f7d798b458bb9d3db65c7551 diff --git a/trunk/Makefile b/trunk/Makefile index 2467aa0f6689..06995fe7f57c 100644 --- a/trunk/Makefile +++ b/trunk/Makefile @@ -688,8 +688,10 @@ endef # Update vmlinux version before link # Use + in front of this rule to silent warning about make -j1 +# First command is ':' to allow us to use + in front of this rule cmd_ksym_ld = $(cmd_vmlinux__) define rule_ksym_ld + : +$(call cmd,vmlinux_version) $(call cmd,vmlinux__) $(Q)echo 'cmd_$@ := $(cmd_vmlinux__)' > $(@D)/.$(@F).cmd