summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--common/recipes-extended/dpdk/dpdk.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/recipes-extended/dpdk/dpdk.inc b/common/recipes-extended/dpdk/dpdk.inc
index fd0e1c95..ba382675 100644
--- a/common/recipes-extended/dpdk/dpdk.inc
+++ b/common/recipes-extended/dpdk/dpdk.inc
@@ -65,7 +65,7 @@ def get_dpdk_target_mach(bb, d):
65 65
66 if target_arch in multiarch_options : 66 if target_arch in multiarch_options :
67 return multiarch_options[target_arch] 67 return multiarch_options[target_arch]
68 return "" 68 return "default"
69 69
70do_configure () { 70do_configure () {
71 ############################################################# 71 #############################################################