X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?p=o-du%2Fphy.git;a=blobdiff_plain;f=wls_lib%2Fbuild.sh;fp=wls_lib%2Fbuild.sh;h=2613065e77c7203d3bba50071493f7e939f4da34;hp=30a0c2a764fe350c7148f16a44a105819d6a9a3e;hb=607bc01527a8cec5c0afabcb8ba6a4f16338877c;hpb=d3aa1ac58a0b3fbe279790f7d14827a84a56d8e0 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