aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZoltan Kiss <zoltan.kiss@linaro.org>2015-11-06 18:28:18 +0000
committerZoltan Kiss <zoltan.kiss@linaro.org>2015-11-06 18:30:52 +0000
commit2696c1fdb1fa9e7a0f59ca42f83dfb0b91c00a50 (patch)
tree6bce8f4996c241d51c7dd142f326d3595ea07184
parent8cc2fe669adc2a5a2f39f44aea91ec0fd8091a03 (diff)
linux-dpdk: devbuild: follow up on check-odp changesv1.4.0.0_DPDK_2.1.0
Signed-off-by: Zoltan Kiss <zoltan.kiss@linaro.org>
-rwxr-xr-xscripts/devbuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/devbuild.sh b/scripts/devbuild.sh
index 2cceb183f..61509b807 100755
--- a/scripts/devbuild.sh
+++ b/scripts/devbuild.sh
@@ -7,7 +7,7 @@ export CHECK_ODP_DIR=${CHECK_ODP_DIR:-$REPOS/check-odp}
export ROOT_DIR_DPDK=${ROOT_DIR_DPDK:-$REPOS/dpdk}
export ODP_BUILDDIR=${ODP_BUILDDIR:-$REPOS/odp-dpdk}
# These are passed to ODP configure
-export EXTRA_FLAGS="${EXTRA_FLAGS:- --enable-debug --enable-debug-print --enable-cunit-support --enable-test-vald --enable-shared=no}"
+export CONFIGURE_FLAGS="${CONFIGURE_FLAGS:- --enable-debug --enable-debug-print --enable-cunit-support --enable-test-vald --enable-shared=no}"
# where to mount huge pages
export HUGEPAGEDIR=${HUGEPAGEDIR:-/mnt/huge}
# don't do performance tests, they are not working at the moment