Merge "Cleanup of dutocurrc container"
[o-du/l2.git] / build / common / phy_stub.mak
index 494c3b1..11ce3dc 100755 (executable)
@@ -40,22 +40,15 @@ lib: $(LIB_DIR)/libphystub.a
 include $(COM_BUILD_DIR)/compile.mak
 
 I_OPTS+=-I$(ROOT_DIR)/src/mt
+I_OPTS+=-I$(ROOT_DIR)/src/5gnrmac
 
 
 #-------------------------------------------------------------#
 #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