summaryrefslogtreecommitdiff
path: root/Kbuild
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2018-12-24 23:11:09 +0900
committerMasahiro Yamada <yamada.masahiro@socionext.com>2018-12-25 00:10:30 +0900
commitdec28d8ea2f731b7ec68a2c9421e99a165d47b57 (patch)
tree97154419c0383d6a4ce982df5fb18d6efba5a127 /Kbuild
parent11fda148040bb987949f9b957aceb483407e32cb (diff)
kbuild: remove unused cmd_gentimeconst
filechk_gentimeconst is always used instead of cmd_gentimeconst. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'Kbuild')
-rw-r--r--Kbuild4
1 files 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