O-RAN E Maintenance Release contribution for ODULOW
[o-du/phy.git] / wls_lib / build.sh
old mode 100644 (file)
new mode 100755 (executable)
index 30a0c2a..3d1b1de
@@ -1,7 +1,7 @@
 #!/bin/sh
 ###############################################################################
 #
-#   Copyright (c) 2019 Intel.
+#   Copyright (c) 2021 Intel.
 #
 #   Licensed under the Apache License, Version 2.0 (the "License");
 #   you may not use this file except in compliance with the License.
 #        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 $*
     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 $*
\ No newline at end of file