diff options
-rw-r--r-- | dpdk/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dpdk/Makefile b/dpdk/Makefile index ebe62bb5a23..17a229cb859 100644 --- a/dpdk/Makefile +++ b/dpdk/Makefile @@ -80,7 +80,8 @@ DPDK_TUNE ?= core-avx2 # ARM64 ############################################################################## else ifeq ($(MACHINE),aarch64) -export CROSS="" +CROSS := +export CROSS DPDK_TARGET ?= arm64-armv8a-linuxapp-$(DPDK_CC) DPDK_MACHINE ?= armv8a DPDK_TUNE ?= generic |