dpdk: return 'default' instead of empty string

Since it's possible for other BSPs to also use the DPDK, this can
allow that BSP to be repsonsible for handling it if there is a more
optimized version.

Signed-off-by: Saul Wold <sgw@linux.intel.com>
This commit is contained in:
Saul Wold 2017-09-08 16:14:40 -07:00
parent 0346318e81
commit 78949bf8ce

View File

@ -65,7 +65,7 @@ def get_dpdk_target_mach(bb, d):
if target_arch in multiarch_options :
return multiarch_options[target_arch]
return ""
return "default"
do_configure () {
#############################################################