On 2026-05-18T20:46:05, Giovanni Santini <[email protected]> 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 <[email protected]> > > Makefile | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-)
Reviewed-by: Simon Glass <[email protected]>

