[Epic-ID: ODUHIGH-475][Task-ID: ODUHIGH-476]Integration fixes upto PRACH scheduling...
[o-du/l2.git] / build / common / mac.mak
index 76feb8a..38899ef 100644 (file)
@@ -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
+#**********************************************************************