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