aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/Makefile
diff options
context:
space:
mode:
authorMichal Marek <mmarek@suse.com>2016-08-30 10:31:35 +0200
committerWill Deacon <will.deacon@arm.com>2016-08-31 12:31:38 +0100
commitcfa88c79462d15098db29edebe623428c3620a4b (patch)
tree3ff1ea9ec224278f8e0548f54de14a6d3cd84372 /arch/arm64/Makefile
parentarm64: errata: Pass --fix-cortex-a53-843419 to ld if workaround enabled (diff)
downloadlinux-dev-cfa88c79462d15098db29edebe623428c3620a4b.tar.xz
linux-dev-cfa88c79462d15098db29edebe623428c3620a4b.zip
arm64: Set UTS_MACHINE in the Makefile
The make rpm target depends on proper UTS_MACHINE definition. Also, use the variable in arch/arm64/kernel/setup.c, so that it's not accidentally removed in the future. Reported-and-tested-by: Fabian Vogt <fvogt@suse.com> Signed-off-by: Michal Marek <mmarek@suse.com> Signed-off-by: Will Deacon <will.deacon@arm.com>
Diffstat (limited to 'arch/arm64/Makefile')
-rw-r--r--arch/arm64/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm64/Makefile b/arch/arm64/Makefile
index 0b53c752f23f..ab51aed6b6c1 100644
--- a/arch/arm64/Makefile
+++ b/arch/arm64/Makefile
@@ -46,10 +46,12 @@ ifeq ($(CONFIG_CPU_BIG_ENDIAN), y)
KBUILD_CPPFLAGS += -mbig-endian
AS += -EB
LD += -EB
+UTS_MACHINE := aarch64_be
else
KBUILD_CPPFLAGS += -mlittle-endian
AS += -EL
LD += -EL
+UTS_MACHINE := aarch64
endif
CHECKFLAGS += -D__aarch64__