[PATCH v4 12/27] x86: Makefile: Drop explicit targets built by binman
Simon Glass
sjg at chromium.org
Tue Jul 28 20:57:59 CEST 2020
On x86 various files that need to be created by binman. It does not make
sense to enumerate these in the Makefile. They are described in the
configuration (devicetree) for each board and we can simply run binman
(always) to generate them.
Update the Makefile to have a separate, final step which runs binman,
once all input dependencies are present.
This avoid sprinkling the Makefile with arch-specific code.
Signed-off-by: Simon Glass <sjg at chromium.org>
---
(no changes since v3)
Changes in v3:
- Drop rockchip changes which should not be in this patch
Makefile | 63 +++++++++++++-------------------------------------------
1 file changed, 14 insertions(+), 49 deletions(-)
Applied to u-boot-dm, thanks!
More information about the U-Boot
mailing list