mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2024-12-29 17:23:36 +00: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:
parent
11fda14804
commit
dec28d8ea2
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
|
||||||
|
Loading…
Reference in New Issue
Block a user