mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-19 05:31:32 +00:00
Allow use of ARCH=powerpc when building
The linux kernel is now mostly ARCH=powerpc, so to make life easier allow use to use ARCH=powerpc and convert it to ARCH=ppc. Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
This commit is contained in:
parent
8af657d2c6
commit
f8f9dc9888
1 changed files with 4 additions and 0 deletions
4
Makefile
4
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
|
||||
|
|
Loading…
Add table
Reference in a new issue