[PATCH] Makefile: fix extra dash in KBUILD_CFLAGS
Simon Glass
sjg at chromium.org
Mon May 25 17:15:09 CEST 2026
On 2026-05-18T20:46:05, Giovanni Santini <santigio2003 at gmail.com> wrote:
> Makefile: fix extra dash in KBUILD_CFLAGS
>
> Remove an extra leading dash from the KBUILD_CFLAGS assignment
> under the CONFIG_CC_OPTIMIZE_FOR_DEBUG conditional block. The
> extra dash breaks the build when CONFIG_CC_OPTIMIZE_FOR_DEBUG
> is enabled.
>
> Fixes: 56ae3c2a44fc ("Makefile: repair CONFIG_CC_OPTIMIZE_FOR_DEBUG support")
>
> Signed-off-by: Giovanni Santini <santigio2003 at gmail.com>
>
> Makefile | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Reviewed-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list