X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=build%2Fcommon%2Fmac.mak;h=2c0f44eddcbbc280dff4f8f1932e2bc7b38bde7d;hb=5d74fef7c9fe6b65a965ceac6bfe812872dab323;hp=76feb8a95a045a652ab287030183170750ee9d04;hpb=3235ecfc7414aa0b72d0ad50db63ae8b5626045b;p=o-du%2Fl2.git diff --git a/build/common/mac.mak b/build/common/mac.mak index 76feb8a95..2c0f44edd 100644 --- a/build/common/mac.mak +++ b/build/common/mac.mak @@ -32,6 +32,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 +57,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