Merge patch series "Switch to using $(PHASE_) in Makefiles"
authorTom Rini <trini@konsulko.com>
Fri, 11 Apr 2025 18:16:49 +0000 (12:16 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 11 Apr 2025 18:16:49 +0000 (12:16 -0600)
commit407d68638fe32418d61681407effba2a303bb9ee
treef15f84f2d50af10f621e804d99557b601050c58f
parentc4b273e441327f74449b3035d61ea92a077c1baa
parentfa72470a4ec5522fe92986bb53b22167d35d0913
Merge patch series "Switch to using $(PHASE_) in Makefiles"

Tom Rini <trini@konsulko.com> says:

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.

Link: https://lore.kernel.org/r/20250401225851.1125678-1-trini@konsulko.com
Makefile
arch/arm/lib/Makefile
arch/x86/lib/Makefile
boot/Makefile
drivers/misc/Makefile
drivers/power/domain/Makefile
drivers/power/regulator/Makefile
drivers/video/Makefile
lib/Makefile
test/lib/Makefile