diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2018-12-24 23:11:09 +0900 |
---|---|---|
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2018-12-25 00:10:30 +0900 |
commit | dec28d8ea2f731b7ec68a2c9421e99a165d47b57 (patch) | |
tree | 97154419c0383d6a4ce982df5fb18d6efba5a127 /Kbuild | |
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>
Diffstat (limited to 'Kbuild')
-rw-r--r-- | Kbuild | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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 |