[PATCH] makefile: Fix recursive makes

Tom Rini trini at konsulko.com
Fri Oct 24 21:55:07 CEST 2025


On Wed, 22 Oct 2025 15:23:15 +0300, Ilias Apalodimas wrote:

> Since the Kbuild bump to 5.1 and specifically
> commit af1a9935708a ("kbuild: make -r/-R effective in top Makefile for old Make versions")
> the recursion rules have changed.
> 
> 'make O=/output/dir/' as well as './test/py/test.py --bd sandbox --build'
> is working fine but anything that recursively called the makefile was
> failing e.g 'make tests', 'make qcheck' etc, which calls a bash script
> that ends up calling the makefile again.
> 
> [...]

Applied to u-boot/master, thanks!

[1/1] makefile: Fix recursive makes
      commit: 38f40e6de6029686356a1b786087385ae974d354
-- 
Tom




More information about the U-Boot mailing list