diff options
-rw-r--r-- | Kbuild | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -26,10 +26,6 @@ timeconst-file := include/generated/timeconst.h | |||
26 | 26 | ||
27 | targets += $(timeconst-file) | 27 | targets += $(timeconst-file) |
28 | 28 | ||
29 | quiet_cmd_gentimeconst = GEN $@ | ||
30 | define cmd_gentimeconst | ||
31 | (echo $(CONFIG_HZ) | bc -q $< ) > $@ | ||
32 | endef | ||
33 | define filechk_gentimeconst | 29 | define filechk_gentimeconst |
34 | (echo $(CONFIG_HZ) | bc -q $< ) | 30 | (echo $(CONFIG_HZ) | bc -q $< ) |
35 | endef | 31 | endef |