X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=build%2Fcommon%2Fphy_stub.mak;h=1723b5706c304b07104b0b22c5daedc79b3f9527;hb=0d27c8e566e052ad84ea994266a0c7a8c34ce096;hp=4d03698afc9e7050f34695fdf72c782a3f9bfb82;hpb=e2f19652869379312c6c6575e3aa4bba3bcd104e;p=o-du%2Fl2.git diff --git a/build/common/phy_stub.mak b/build/common/phy_stub.mak index 4d03698af..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]) @@ -47,9 +44,9 @@ 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 @@ -58,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 +#**********************************************************************