diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2018-12-24 09:11:09 -0500 |
---|---|---|
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2018-12-24 10:10:30 -0500 |
commit | dec28d8ea2f731b7ec68a2c9421e99a165d47b57 (patch) | |
tree | 97154419c0383d6a4ce982df5fb18d6efba5a127 | |
parent | 11fda148040bb987949f9b957aceb483407e32cb (diff) |
kbuild: remove unused cmd_gentimeconst
filechk_gentimeconst is always used instead of cmd_gentimeconst.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
-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 |