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:
Sultan Alsawaf 2020-11-28 15:06:37 -08:00 committed by Gagan Malvi
parent f9681240cf
commit d0b023cafc
No known key found for this signature in database
GPG key ID: B932A7CE71E9198F

View file

@ -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)