X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?p=o-du%2Fphy.git;a=blobdiff_plain;f=wls_lib%2Fbuild.sh;h=2613065e77c7203d3bba50071493f7e939f4da34;hp=30a0c2a764fe350c7148f16a44a105819d6a9a3e;hb=601bdead8ae15a0c7ca5dee02675808b51477269;hpb=62f80e30407337464c28193f44a5b09521a6def9 diff --git a/wls_lib/build.sh b/wls_lib/build.sh index 30a0c2a..2613065 100755 --- a/wls_lib/build.sh +++ b/wls_lib/build.sh @@ -21,15 +21,7 @@ # Build script to comapile kernel module, library and test application. # -#if [ "$1" = "dpdk_wls" ]; then echo "Building dpdk based wls library" - make DPDK_WLS=1 ${*:2} +make ${*:2} cd testapp - make DPDK_WLS=1 ${*:2} -#else -# echo "Building driver based wls library" -# make -C /lib/modules/`uname -r`/build M=$PWD $* -# make libwls.so $* -# cd testapp -# make $* -#fi +make ${*:2} \ No newline at end of file