From: Masahiro Yamada Date: Mon, 24 Dec 2018 14:11:09 +0000 (+0900) Subject: kbuild: remove unused cmd_gentimeconst X-Git-Tag: v5.0-rc1~87^2 X-Git-Url: https://repo.jachan.dev/linux.git/commitdiff_plain/dec28d8ea2f731b7ec68a2c9421e99a165d47b57 kbuild: remove unused cmd_gentimeconst filechk_gentimeconst is always used instead of cmd_gentimeconst. Signed-off-by: Masahiro Yamada --- 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