Files
u-boot/scripts
Simon Glass 0e944b89ab scripts: Fix conditional syntax for capsule ESL generation
The ifeq/else/endif conditional for capsule_esl_file generation was
incorrectly placed inside the recipe, causing malformed Makefile syntax
that prevented proper dependency resolution. This resulted in build
failures when CONFIG_EFI_CAPSULE_AUTHENTICATE was enabled because the
capsule_esl_file target could not be created from the certificate file.

Move the conditional to properly wrap the rule definitions, allowing
Make to correctly parse and execute the capsule ESL generation rules.

Signed-off-by: Simon Glass <sjg@chromium.org>
Co-developed-by: Claude <noreply@anthropic.com>
2025-09-19 11:42:34 -06:00
..
2024-07-29 08:42:18 -06:00
2024-09-18 13:00:59 -06:00