diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2019-04-07 13:03:18 +0300 |
---|---|---|
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2019-04-09 16:51:53 +0300 |
commit | 24512795df0901f79a670f8285c450ae912c009d (patch) | |
tree | 3e812caebf7da725bb4b07cf06248b3b28a24f5f /Makefile | |
parent | ad4d1216f2c55439e9703de1515812c018984dca (diff) | |
download | linux-24512795df0901f79a670f8285c450ae912c009d.tar.xz |
kbuild: remove unneeded dependency for include/config/kernel.release
This is unneeded since commit 43fee2b23895 ("kbuild: do not redirect
the first prerequisite for filechk").
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1067,7 +1067,7 @@ filechk_kernel.release = \ echo "$(KERNELVERSION)$$($(CONFIG_SHELL) $(srctree)/scripts/setlocalversion $(srctree))" # Store (new) KERNELRELEASE string in include/config/kernel.release -include/config/kernel.release: $(srctree)/Makefile FORCE +include/config/kernel.release: FORCE $(call filechk,kernel.release) # Additional helpers built in scripts/ |