X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=build%2Fcommon%2Fphy_stub.mak;h=1723b5706c304b07104b0b22c5daedc79b3f9527;hb=a5c3f55c615bff6a466e8273084757e8d339689e;hp=11ce3dce72bf1b013b6ab6557a4c1896bea902e4;hpb=3235ecfc7414aa0b72d0ad50db63ae8b5626045b;p=o-du%2Fl2.git diff --git a/build/common/phy_stub.mak b/build/common/phy_stub.mak index 11ce3dce7..1723b5706 100755 --- a/build/common/phy_stub.mak +++ b/build/common/phy_stub.mak @@ -23,9 +23,6 @@ COLOR=$(COLOR_RED) SRC_DIR=$(ROOT_DIR)/src/phy_stub/ C_SRCS=$(wildcard $(SRC_DIR)/*.c) C_OBJS=$(patsubst $(SRC_DIR)/%.c,$(OBJ_DIR)/%.o,$(C_SRCS)) -LOG_FILES=$(patsubst $(SRC_DIR)/%.c,$(OBJ_DIR)/%.i,$(C_SRCS)) -BAK_FILES=$(patsubst $(SRC_DIR)/%.c,$(OBJ_DIR)/%.i.bak,$(C_SRCS)) -DB_FILES =$(patsubst $(SRC_DIR)/%.c,$(OBJ_DIR)/%.i.db,$(C_SRCS)) # prepare the list of common header files HDR_FILES+=$(wildcard $(CM_DIR)/env*.[hx]) @@ -41,14 +38,15 @@ include $(COM_BUILD_DIR)/compile.mak I_OPTS+=-I$(ROOT_DIR)/src/mt I_OPTS+=-I$(ROOT_DIR)/src/5gnrmac +I_OPTS+=-I$(ROOT_DIR)/src/intel_fapi #-------------------------------------------------------------# #Linker macros #-------------------------------------------------------------# -$(LIB_DIR)/libphystub.a:$(C_OBJS) $(C_WO_PED_OBJS) +$(LIB_DIR)/libphystub.a:$(C_OBJS) @echo -e "Creating Archive $(COLOR) $@ $(REVERT_COLOR)" - $(Q)ar -cr $(LIB_DIR)/libphystub.a $(C_OBJS) $(C_WO_PED_OBJS) + $(Q)ar -cr $(LIB_DIR)/libphystub.a $(C_OBJS) #-------------------------------------------------------------# #Clean macros @@ -57,5 +55,8 @@ clean: @echo $(OAM_ENABLE) @echo -e "$(COLOR_RED)Cleaning PHY stub$(REVERT_COLOR)" @echo $(SRC_DIR) $(CM_DIR) - $(Q)\rm -f $(LIB_DIR)/libphystub.a $(C_OBJS) $(C_WO_PED_OBJS) $(LOG_FILES) $(BAK_FILES) + $(Q)\rm -f $(LIB_DIR)/libphystub.a $(C_OBJS) +#********************************************************************** +# End of file +#**********************************************************************