Re: [PATCH 1/4] powerpc/Makefile: Don't use $(ARCH) unnecessarily

2023-12-21 Thread Michael Ellerman
On Wed, 06 Dec 2023 22:55:45 +1100, Michael Ellerman wrote: > There's no need to use $(ARCH) for references to the arch directory in > the source tree, it is always arch/powerpc. > > Applied to powerpc/next. [1/4] powerpc/Makefile: Don't use $(ARCH) unnecessarily

[PATCH 1/4] powerpc/Makefile: Don't use $(ARCH) unnecessarily

2023-12-06 Thread Michael Ellerman
There's no need to use $(ARCH) for references to the arch directory in the source tree, it is always arch/powerpc. Signed-off-by: Michael Ellerman --- arch/powerpc/Makefile | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/arch/powerpc/Makefile