Use AESNI=y only on x86_64 machines

This fixes the native build on arm64 machines.

Change-Id: I89bff01beedb4c8e26ac55fab2dd1ed39754bf26
Signed-off-by: Brian Brooks <brian.brooks@arm.com>
Reviewed-by: Ola Liljedahl <ola.liljedahl@arm.com>
This commit is contained in:
Brian Brooks
2017-09-22 12:26:34 -05:00
committed by Damjan Marion
parent 903651caf3
commit 40b655c370
+6
View File
@@ -17,7 +17,13 @@ CCACHE_DIR?=$(BR)/.ccache
GDB?=gdb
PLATFORM?=vpp
SAMPLE_PLUGIN?=no
MACHINE=$(shell uname -m)
ifeq ($(MACHINE),$(filter $(MACHINE),x86_64))
export AESNI?=y
else
export AESNI?=N
endif
,:=,
define disable_plugins