On Tue, 01 Apr 2025 16:55:22 -0600, Tom Rini wrote: > Hey all, > > This series switches to always using $(PHASE_) in Makefiles when > building rather than $(PHASE_) or $(XPL_). It also starts on documenting > this part of the build, but as a follow-up we need to rename > doc/develop/spl.rst and expand on explaining things a bit. > > [...]
Applied to u-boot/master, thanks! [1/3] Kbuild: Always use $(PHASE_) commit: 302b41d5397e9f821d360a74335e8821d4513970 [2/3] doc/develop/codingstyle.rst: Add a section on conditional compilation commit: 0471f8d0012ff9794014d222151acb65ce387550 [3/3] doc/develop/codingstyle.rst: Expand to include CONFIG_IS_ENABLED and PHASE_ commit: fa72470a4ec5522fe92986bb53b22167d35d0913 -- Tom