VisionFive2 Linux kernel

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

More than 9999 Commits   33 Branches   55 Tags
author: Masahiro Yamada <yamada.masahiro@socionext.com> 2018-12-24 23:11:09 +0900 committer: Masahiro Yamada <yamada.masahiro@socionext.com> 2018-12-25 00:10:30 +0900 commit: dec28d8ea2f731b7ec68a2c9421e99a165d47b57 parent: 11fda148040bb987949f9b957aceb483407e32cb
Commit Summary:
kbuild: remove unused cmd_gentimeconst
Diffstat:
1 file changed, 0 insertions, 4 deletions
diff --git a/Kbuild b/Kbuild
index 03cb8edfbafb..414ae6da1f50 100644
--- a/Kbuild
+++ b/Kbuild
@@ -26,10 +26,6 @@ timeconst-file := include/generated/timeconst.h
 
 targets += $(timeconst-file)
 
-quiet_cmd_gentimeconst = GEN     $@
-define cmd_gentimeconst
-	(echo $(CONFIG_HZ) | bc -q $< ) > $@
-endef
 define filechk_gentimeconst
 	(echo $(CONFIG_HZ) | bc -q $< )
 endef