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