diff --git a/Makefile b/Makefile index 449a3cc66..e56889e22 100644 --- a/Makefile +++ b/Makefile @@ -123,6 +123,10 @@ unexport CDPATH ######################################################################### +ifeq ($(ARCH),powerpc) +ARCH = ppc +endif + ifeq ($(obj)include/config.mk,$(wildcard $(obj)include/config.mk)) # load ARCH, BOARD, and CPU configuration