Hi Pali > From: Pali Rohár <[email protected]> > Sent: mercredi 4 novembre 2020 10:35 > > Calling 'make V=1 all' on Ubuntu 18.04 with gcc version 9.2.1 and GNU Make > version 4.1 fails on error: > > scripts/Kbuild.include:220: *** Recursive variable 'echo-cmd' references > itself > (eventually). Stop. > > As a workaround expand 'echo-cmd' variable via 'call' construction instead of > expanding it directly. > > Signed-off-by: Pali Rohár <[email protected]> > Reported-by: Patrick DELAUNAY <[email protected]> > --- > Makefile | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >
Reviewed-by: Patrick Delaunay <[email protected]> This patch fixe for me (stm32mp15_basic_defconfig or stm32mp15_trusted_defconfig). the issue introduced by previous patch Fixes: ae897022d7bd ("Makefile: Fix u-boot-nodtb.bin target") Thanks. Patrick

