X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=build%2Fcommon%2Fenv.mak;h=56277c69ff85db8d758efae2afe759b5e44a16d0;hb=HEAD;hp=700ed60768e8c7e584045d53839b3978ba28e822;hpb=d349ae65e1495488772f87e5cfa1ae71d9eab075;p=o-du%2Fl2.git diff --git a/build/common/env.mak b/build/common/env.mak index 700ed6076..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 @@ -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 +#**********************************************************************