diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -886,7 +886,7 @@ $(vmlinux-dirs): prepare scripts | |||
886 | # Store (new) KERNELRELASE string in include/config/kernel.release | 886 | # Store (new) KERNELRELASE string in include/config/kernel.release |
887 | include/config/kernel.release: include/config/auto.conf FORCE | 887 | include/config/kernel.release: include/config/auto.conf FORCE |
888 | $(Q)rm -f $@ | 888 | $(Q)rm -f $@ |
889 | $(Q)echo "$(KERNELVERSION)$$($(CONFIG_SHELL) scripts/setlocalversion $(srctree))" > $@ | 889 | $(Q)echo "$(KERNELVERSION)$$($(CONFIG_SHELL) $(srctree)/scripts/setlocalversion $(srctree))" > $@ |
890 | 890 | ||
891 | 891 | ||
892 | # Things we need to do before we recursively start building the kernel | 892 | # Things we need to do before we recursively start building the kernel |