Re: [PATCH v2 1/3] Kbuild: Always use $(PHASE_)

2025-03-13 Thread Tom Rini
On Thu, Mar 13, 2025 at 11:10:28AM +0100, Quentin Schulz wrote: > Hi Tom, > > On 3/12/25 2:00 AM, Tom Rini wrote: > > It is confusing to have both "$(PHASE_)" and "$(XPL_)" be used in our > > Makefiles as part of the macros to determine when to do something in our > > Makefiles based on what phase

Re: [PATCH v2 1/3] Kbuild: Always use $(PHASE_)

2025-03-13 Thread Quentin Schulz
Hi Tom, On 3/12/25 2:00 AM, Tom Rini wrote: It is confusing to have both "$(PHASE_)" and "$(XPL_)" be used in our Makefiles as part of the macros to determine when to do something in our Makefiles based on what phase of the build we are in. For consistency, bring this down to a single macro and