aboutsummaryrefslogtreecommitdiffstats
path: root/Kbuild
diff options
context:
space:
mode:
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