Commit dec28d8e authored by Masahiro Yamada's avatar Masahiro Yamada
Browse files

kbuild: remove unused cmd_gentimeconst



filechk_gentimeconst is always used instead of cmd_gentimeconst.

Signed-off-by: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
parent 11fda148
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -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