From d5699efd24fd6ac2476c0dbe1d733f40ea4f8d59 Mon Sep 17 00:00:00 2001 From: California Sullivan Date: Mon, 16 Apr 2018 17:20:08 -0700 Subject: conf/machine/intel-corei7-64.conf: remove DPDK_TARGET_MACHINE "atm" wasn't a real target and breaks the dpdk build now that the TARGET_MACHINE selection is fixed. Just allow it to default since that's what it effectively got before. Signed-off-by: California Sullivan --- conf/machine/intel-corei7-64.conf | 1 - 1 file changed, 1 deletion(-) diff --git a/conf/machine/intel-corei7-64.conf b/conf/machine/intel-corei7-64.conf index 43614843..9467d090 100644 --- a/conf/machine/intel-corei7-64.conf +++ b/conf/machine/intel-corei7-64.conf @@ -19,7 +19,6 @@ MACHINE_EXTRA_RRECOMMENDS += "lms8" # Enable optional dpdk: COMPATIBLE_MACHINE_pn-dpdk = "intel-corei7-64" COMPATIBLE_MACHINE_pn-dpdk-dev-libibverbs = "intel-corei7-64" -DPDK_TARGET_MACHINE ?= "atm" # Enable optional QAT items: COMPATIBLE_MACHINE_pn-openssl-qat = "intel-corei7-64" -- cgit v1.2.3-54-g00ecf