[Epic-ID: ODUHIGH-516][Task-ID: ODUHIGH-522] Generating the E2SM-KPM code
[o-du/l2.git] / build / common / env.mak
index 8e6207a..56277c6 100644 (file)
 #   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
+#**********************************************************************