X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=build%2Fcommon%2Fmac.mak;h=38899efad436fa5e26c2d52a724093dca3ad8b85;hb=d18d80cc82c8bae113c62a45b30345bfb4ca570f;hp=76feb8a95a045a652ab287030183170750ee9d04;hpb=3235ecfc7414aa0b72d0ad50db63ae8b5626045b;p=o-du%2Fl2.git diff --git a/build/common/mac.mak b/build/common/mac.mak index 76feb8a95..38899efad 100644 --- a/build/common/mac.mak +++ b/build/common/mac.mak @@ -14,9 +14,6 @@ # limitations under the License. # ################################################################################ -##-------------------------------------------------------------# -#Makefile for product RG - script generated. -#-------------------------------------------------------------# include ../common/rsys_fancy.mak include ../common/env.mak COLOR=$(COLOR_GREEN) @@ -32,6 +29,7 @@ HDR_FILES+=$(wildcard $(CM_DIR)/crg.[hx]) HDR_FILES+=$(wildcard $(CM_DIR)/lrg*.[hx]) HDR_FILES+=$(wildcard $(CM_DIR)/rgr.[hx]) HDR_FILES+=$(wildcard $(CM_DIR)/rgm.[hx]) +HDR_FILES+=$(wildcard $(CM_DIR)/mac*.[hx]) # Add the product specific header files HDR_FILES+= $(wildcard $(SRC_DIR)/*.[hx]) @@ -56,6 +54,8 @@ lib:$(LIB_DIR)/librg.a include $(COM_BUILD_DIR)/compile.mak I_OPTS+=-I$(ROOT_DIR)/src/5gnrsch +I_OPTS+=-I$(ROOT_DIR)/src/intel_fapi +I-OPTS+=-I$(ROOT_DIR)/src/wls_lib #-------------------------------------------------------------# #Linker macros @@ -71,3 +71,6 @@ clean: @echo -e "$(COLOR_RED)Cleaing MAC$(REVERT_COLOR)" $(Q)\rm -f $(LIB_DIR)/librg.a $(C_OBJS) +#********************************************************************** +# End of file +#**********************************************************************