mirror of
https://github.com/tbsdtv/linux_media.git
synced 2025-07-23 12:43:29 +02:00
kbuild: remove unused cmd_gentimeconst
filechk_gentimeconst is always used instead of cmd_gentimeconst. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
This commit is contained in:
4
Kbuild
4
Kbuild
@@ -26,10 +26,6 @@ timeconst-file := include/generated/timeconst.h
|
|||||||
|
|
||||||
targets += $(timeconst-file)
|
targets += $(timeconst-file)
|
||||||
|
|
||||||
quiet_cmd_gentimeconst = GEN $@
|
|
||||||
define cmd_gentimeconst
|
|
||||||
(echo $(CONFIG_HZ) | bc -q $< ) > $@
|
|
||||||
endef
|
|
||||||
define filechk_gentimeconst
|
define filechk_gentimeconst
|
||||||
(echo $(CONFIG_HZ) | bc -q $< )
|
(echo $(CONFIG_HZ) | bc -q $< )
|
||||||
endef
|
endef
|
||||||
|
Reference in New Issue
Block a user