On Tue, Jun 04, 2024 at 12:49:51PM GMT, Thomas Huth wrote: > On 04/05/2024 14.28, Nicholas Piggin wrote: > > This moves merges ppc64 directories and files into powerpc, and > > merges the 3 makefiles into one. > > > > The configure --arch=powerpc option is aliased to ppc64 for > > good measure. > > > > Signed-off-by: Nicholas Piggin <npiggin@xxxxxxxxx> > > --- > ... > > diff --git a/powerpc/Makefile b/powerpc/Makefile > > index 8a007ab54..e4b5312a2 100644 > > --- a/powerpc/Makefile > > +++ b/powerpc/Makefile > > @@ -1 +1,111 @@ > > -include $(SRCDIR)/$(TEST_DIR)/Makefile.$(ARCH) > > +# > > +# powerpc makefile > > +# > > +# Authors: Andrew Jones <drjones@xxxxxxxxxx> > > I'd maybe drop that e-mail address now since it it not valid anymore. > Andrew, do want to see your new mail address here? No need to change to my new email address. We can either keep it as is for historical records, and as part of faithful code move, or just drop it. Thanks, drew > > Apart from that: > Acked-by: Thomas Huth <thuth@xxxxxxxxxx> >