Merge "Cleanup of dutocurrc container"
[o-du/l2.git] / build / common / env.mak
index 2af0a84..700ed60 100644 (file)
@@ -53,8 +53,10 @@ export S
 BUILD_DIR=$(PWD)
 ROOT_DIR_SCRIPTS =$(patsubst %/build/scripts,%,$(BUILD_DIR))
 COM_BUILD_DIR=$(BUILD_DIR)/../common
+ROOT_DIR=$(patsubst %/build/odu,%,$(BUILD_DIR))
 export BUILD_DIR
 export COM_BUILD_DIR
+export ROOT_DIR
 
 # Path where the .o files or the directories with .o files are located
 OBJ_ROOT =$(BUILD_DIR)/obj
@@ -69,7 +71,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