X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=build%2Fcommon%2Fphy_stub.mak;h=0f56cc549361baa17ce94f39519d310e74927eba;hb=997e3f26d55352586a1d4d0c46c41a98452af88a;hp=494c3b125f0b11e9a3d2f135de592c715ea7fa8c;hpb=829bbd114f1c3dc00c1da47bca0a8207c049df3f;p=o-du%2Fl2.git diff --git a/build/common/phy_stub.mak b/build/common/phy_stub.mak index 494c3b125..0f56cc549 100755 --- a/build/common/phy_stub.mak +++ b/build/common/phy_stub.mak @@ -45,17 +45,9 @@ I_OPTS+=-I$(ROOT_DIR)/src/mt #-------------------------------------------------------------# #Linker macros #-------------------------------------------------------------# -ifeq ($(BIN_LOG),YES) -$(LIB_DIR)/libwr.a:$(C_OBJS) $(C_WO_PED_OBJS) - @echo -e "Creating log DB $(COLOR)$(LOG_DIR)/phyStub.db $(REVERT_COLOR)" - $(Q)cat $(DB_FILES) > $(LOG_DIR)/phyStub.db - @echo -e "Creating Archive $(COLOR) $@ $(REVERT_COLOR)" - $(Q)ar -cr $(LIB_DIR)/libphystub.a $(C_OBJS) $(C_WO_PED_OBJS) -else $(LIB_DIR)/libphystub.a:$(C_OBJS) $(C_WO_PED_OBJS) @echo -e "Creating Archive $(COLOR) $@ $(REVERT_COLOR)" $(Q)ar -cr $(LIB_DIR)/libphystub.a $(C_OBJS) $(C_WO_PED_OBJS) -endif #-------------------------------------------------------------# #Clean macros