]> git.droids-corp.org - dpdk.git/blobdiff - devtools/test-build.sh
devtools: fix alignment of Marvell build options
[dpdk.git] / devtools / test-build.sh
index 2990978e537848af6bc918b7dac8b3e1caa20637..d26a9f32602234d5ecbf7d833b6b336755f7d1a1 100755 (executable)
@@ -179,11 +179,11 @@ config () # <directory> <target> <options>
                sed -ri     's,(BBDEV_TURBO_SW=)n,\1y,' $1/.config
                sed -ri           's,(SCHED_.*=)n,\1y,' $1/.config
                test -z "$LIBMUSDK_PATH" || \
-               sed -ri    's,(PMD_MVSAM_CRYPTO=)n,\1y,' $1/.config
+               sed -ri   's,(PMD_MVSAM_CRYPTO=)n,\1y,' $1/.config
                test -z "$LIBMUSDK_PATH" || \
                sed -ri          's,(MVPP2_PMD=)n,\1y,' $1/.config
                test -z "$LIBMUSDK_PATH" || \
-               sed -ri          's,(MVNETA_PMD=)n,\1y,' $1/.config
+               sed -ri         's,(MVNETA_PMD=)n,\1y,' $1/.config
                build_config_hook $1 $2 $3
 
                # Explicit enabler/disabler (uppercase)