VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   32 Branches   54 Tags
author: Masahiro Yamada <masahiroy@kernel.org> 2021-01-20 13:04:03 +0900 committer: Masahiro Yamada <masahiroy@kernel.org> 2021-02-16 12:01:45 +0900 commit: 0dd77e957a005fa41bf36cdbb0ce841ef7edcdb4 parent: 3d277907c2ff36b2057c836023ee46f4f79e691c
Commit Summary:
kbuild: stop removing stale <linux/version.h> file
Diffstat:
1 file changed, 0 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index f0cfcc7e0886..c1cac349ba4e 100644
--- a/Makefile
+++ b/Makefile
@@ -257,7 +257,6 @@ export building_out_of_srctree srctree objtree VPATH
 # of make so .config is not included in this case either (for *config).
 
 version_h := include/generated/uapi/linux/version.h
-old_version_h := include/linux/version.h
 
 clean-targets := %clean mrproper cleandocs
 no-dot-config-targets := $(clean-targets) \
@@ -1253,7 +1252,6 @@ endef
 
 $(version_h): FORCE
 	$(call filechk,version.h)
-	$(Q)rm -f $(old_version_h)
 
 include/generated/utsrelease.h: include/config/kernel.release FORCE
 	$(call filechk,utsrelease.h)