Makefile: Force ARCH to be arm64
This kernel isn't going to be compiled for any other architecture... Signed-off-by: Sultan Alsawaf <sultan@kerneltoast.com> Change-Id: I50401dec0201b2db1ea299828002552bcbe990d2 Signed-off-by: starlight5234 <starlight5234@protonmail.ch>
This commit is contained in:
parent
f9681240cf
commit
d0b023cafc
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -319,7 +319,7 @@ include scripts/subarch.include
|
|||
# Alternatively CROSS_COMPILE can be set in the environment.
|
||||
# Default value for CROSS_COMPILE is not to prefix executables
|
||||
# Note: Some architectures assign CROSS_COMPILE in their arch/*/Makefile
|
||||
ARCH ?= $(SUBARCH)
|
||||
ARCH := arm64
|
||||
|
||||
# Architecture as present in compile.h
|
||||
UTS_MACHINE := $(ARCH)
|
||||
|
|
Loading…
Reference in a new issue