diff options
| -rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
| @@ -688,8 +688,10 @@ endef | |||
| 688 | 688 | ||
| 689 | # Update vmlinux version before link | 689 | # Update vmlinux version before link |
| 690 | # Use + in front of this rule to silent warning about make -j1 | 690 | # Use + in front of this rule to silent warning about make -j1 |
| 691 | # First command is ':' to allow us to use + in front of this rule | ||
| 691 | cmd_ksym_ld = $(cmd_vmlinux__) | 692 | cmd_ksym_ld = $(cmd_vmlinux__) |
| 692 | define rule_ksym_ld | 693 | define rule_ksym_ld |
| 694 | : | ||
| 693 | +$(call cmd,vmlinux_version) | 695 | +$(call cmd,vmlinux_version) |
| 694 | $(call cmd,vmlinux__) | 696 | $(call cmd,vmlinux__) |
| 695 | $(Q)echo 'cmd_$@ := $(cmd_vmlinux__)' > $(@D)/.$(@F).cmd | 697 | $(Q)echo 'cmd_$@ := $(cmd_vmlinux__)' > $(@D)/.$(@F).cmd |
