]> git.baikalelectronics.ru Git - uboot.git/commit
Makefile: Do not call useless command 'true'
authorPali Rohár <pali@kernel.org>
Wed, 4 Nov 2020 14:33:44 +0000 (15:33 +0100)
committerTom Rini <trini@konsulko.com>
Wed, 27 Jan 2021 21:13:11 +0000 (16:13 -0500)
commitd55b0f9449755474409dcceceab6915c9ad7ad06
tree9bdec5693a121b5a785b696094c6bc4ecf4e9f86
parent961c3f0d2e37cc1a609778ebc3d3f00cefe9faa8
Makefile: Do not call useless command 'true'

Macro 'cmd_objcopy_uboot' currently does not work with passed empty command
expanded from 'cmd_static_rela' and therefore dummy command 'true' is set
in 'cmd_static_rela' to workaround this issue.

Eliminate it now by fixing 'cmd_objcopy_uboot' macro to work also with
empty 'cmd_static_rela' macro and remove useless invocation of command
'true'.

Signed-off-by: Pali Rohár <pali@kernel.org>
Reviewed-by: Simon Glass <sjg@chromium.org>
Makefile