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?
Apart from that: Acked-by: Thomas Huth <thuth@xxxxxxxxxx>