aboutsummaryrefslogtreecommitdiffstats
path: root/dpdk/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'dpdk/Makefile')
-rw-r--r--dpdk/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/dpdk/Makefile b/dpdk/Makefile
index 50a90fde62f..70d8157a5ff 100644
--- a/dpdk/Makefile
+++ b/dpdk/Makefile
@@ -32,6 +32,7 @@ DPDK_TAR_URL := $(DPDK_BASE_URL)/$(DPDK_TARBALL)
DPDK_17.02_TARBALL_MD5_CKSUM := 6b9f7387c35641f4e8dbba3e528f2376
DPDK_17.05_TARBALL_MD5_CKSUM := 0a68c31cd6a6cabeed0a4331073e4c05
DPDK_SOURCE := $(B)/dpdk-$(DPDK_VERSION)
+MACHINE=$(shell uname -m)
ifeq ($(MACHINE),$(filter $(MACHINE),x86_64))
AESNI := y
@@ -57,8 +58,6 @@ else
DPDK_CC=gcc
endif
-MACHINE=$(shell uname -m)
-
##############################################################################
# Intel x86
##############################################################################