X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=build%2Fcommon%2Fenv.mak;h=56277c69ff85db8d758efae2afe759b5e44a16d0;hb=2b2dc6126228cd2420ec768ff8689610c8375bf4;hp=8e6207acc6d5dd31d166411c1d3e414fc8700133;hpb=829bbd114f1c3dc00c1da47bca0a8207c049df3f;p=o-du%2Fl2.git diff --git a/build/common/env.mak b/build/common/env.mak index 8e6207acc..56277c69f 100644 --- a/build/common/env.mak +++ b/build/common/env.mak @@ -14,29 +14,6 @@ # limitations under the License. # ################################################################################ -#*********************************************************************17*/ -# -# Name: gNodeB Sample Application -# -# Type: make file -# -# Desc: Compile, assemble and link product software for -# various configurations. Further comments are -# embedded in the file. -# -# This file supports a variety of environments and -# build targets. The default build target will be the -# portable target for the Linu 2.4.x with GNU C(gcc) -# -# Env: Linux 2.4.x with GNU C (gcc) -# -# File: env.mak -# -#********************************************************************21*/ -#======================================================================= - -STOPTS=-DENB - Q= S= # Check for verbose build @@ -71,7 +48,7 @@ export LIB_ROOT CM_DIR =$(ROOT_DIR)/src/cm export CM_DIR # Path where the final binaries are created -BIN_DIR =$(BUILD_DIR)/build/obj +BIN_DIR =$(BUILD_DIR)/bin export BIN_DIR # Path where the libraries are packaged and these are used when not built from source EXT_LIB_DIR =$(ROOT_DIR)/lib @@ -80,3 +57,7 @@ export EXT_LIB_DIR CMENBE2EOPTS += $(RLOG_OPTS_TEXT) L_OPTS = -lrt -lm -lpthread -lpcap -lstdc++ -L $(LIB_ROOT) + +#********************************************************************** +# End of file +#**********************************************************************