[PATCH v2 6/8] Makefile: Add a target for building capsules
Simon Glass
sjg at chromium.org
Mon Jun 26 11:06:51 CEST 2023
On Sat, 24 Jun 2023 at 14:42, Sughosh Ganu <sughosh.ganu at linaro.org> wrote:
>
> Add a target for building EFI capsules. The capsule parameters are
> specified through a config file, and the path to the config file is
> specified through CONFIG_EFI_CAPSULE_CFG_FILE. When the config file is
> not specified, the command only builds tools.
>
> Signed-off-by: Sughosh Ganu <sughosh.ganu at linaro.org>
> ---
> Changes since V1:
> * Call the mkeficapsule utility with the cfg-file parameter when
> building capsules via the config file.
>
> Makefile | 9 +++++++++
> 1 file changed, 9 insertions(+)
NAK, please do not add new output-file rules to Makefile
More information about the U-Boot
mailing list