examples: enable build of performance-thread
[dpdk.git] / devtools / test-build.sh
index 84d3165..cc364e8 100755 (executable)
@@ -146,7 +146,7 @@ config () # <directory> <target> <options>
        fi
        if [ ! -e $1/.config ] || $reconfig ; then
                echo "================== Configure $1"
-               make -j$J T=$2 O=$1 config
+               make T=$2 O=$1 config
 
                echo 'Customize configuration'
                # Built-in options (lowercase)
@@ -236,10 +236,6 @@ for conf in $configs ; do
        make -j$J -sC examples \
                EXTRA_LDFLAGS="$DPDK_DEP_LDFLAGS" $verbose \
                O=$(readlink -m $dir/examples)
-       ! echo $target | grep -q '^x86_64' || \
-       make -j$J -sC examples/performance-thread \
-               EXTRA_LDFLAGS="$DPDK_DEP_LDFLAGS" $verbose \
-               O=$(readlink -m $dir/examples/performance-thread)
        unset RTE_TARGET
        echo "################## $dir done."
        unset dir