Adding release file
[o-du/l2.git] / build / common / phy_stub.mak
index 494c3b1..0f56cc5 100755 (executable)
@@ -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