X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=build%2Fcommon%2Ff1ap.mak;h=f1946ef1701a053ed283beecc24ae934fcf5b6be;hb=483d527d19566ecca87eee46a198bab6c890c6bb;hp=112f01d4ac215f0d20197989ed89e1c12c99c54f;hpb=829bbd114f1c3dc00c1da47bca0a8207c049df3f;p=o-du%2Fl2.git diff --git a/build/common/f1ap.mak b/build/common/f1ap.mak index 112f01d4a..f1946ef17 100755 --- a/build/common/f1ap.mak +++ b/build/common/f1ap.mak @@ -41,22 +41,16 @@ include $(COM_BUILD_DIR)/compile.mak I_OPTS+=-I$(ROOT_DIR)/src/mt I_OPTS+=-I$(ROOT_DIR)/src/du_app +I_OPTS+=-I$(ROOT_DIR)/src/cu_stub #TODO: Remove this dependency +I_OPTS+=-I$(ROOT_DIR)/src/du_app/F1AP/asn #-------------------------------------------------------------# #Linker macros #-------------------------------------------------------------# -ifeq ($(BIN_LOG),YES) $(LIB_DIR)/libf1ap.a:$(C_OBJS) $(C_WO_PED_OBJS) - @echo -e "Creating log DB $(COLOR)$(LOG_DIR)/f1apLog.db $(REVERT_COLOR)" - $(Q)cat $(DB_FILES) > $(LOG_DIR)/f1apLog.db @echo -e "Creating Archive $(COLOR) $@ $(REVERT_COLOR)" $(Q)ar -cr $(LIB_DIR)/libf1ap.a $(C_OBJS) $(C_WO_PED_OBJS) -else -$(LIB_DIR)/libf1ap.a:$(C_OBJS) $(C_WO_PED_OBJS) - @echo -e "Creating Archive $(COLOR) $@ $(REVERT_COLOR)" - $(Q)ar -cr $(LIB_DIR)/libf1ap.a $(C_OBJS) $(C_WO_PED_OBJS) -endif #-------------------------------------------------------------# #Clean macros