Merge "[JIRA ID - ODUHIGH-280] Changes in DU_CFG as per the TDD"
[o-du/l2.git] / build / common / cm.mak
index 18e6606..128fd65 100755 (executable)
@@ -29,21 +29,13 @@ CZ_DIR=$(ROOT_DIR)/src/x2ap
 
 # TODO - The dependency between layers and CM files should be removed #
 I_OPTS+=-I$(EG_DIR) -I$(SZ_DIR) -I$(CZ_DIR)
-
-#-------------------------------------------------------------#
-#User macros (to be modified)
-#-------------------------------------------------------------#
-#CCrmFLAGS=-DLRM_LWLC -DRMU_LWLC -URMU_NPLC -DRGM_LWLC -DLWLCSMRMMILRM -DLCSMRMMILRM -DSM -DRM_INTF
-#CCnlFlags=-DLWLCSMSONILNL -DNLU_LWLC -DLCSMSONILNL -DNLU_TC -DTCSMSONILNL -DNL
-#CCcmFLAGS=-DSS_MT_TMR -DSS_FLOAT  -DRGR_V1 -DLSZV1 -DVE_SB_SCTP $(CCrmFLAGS)
-#CCsmFLAGS=-DHI -DSB -DEG -DWR -DKW -DKW_PDCP -DPJ -DSZ -DYS -DRG -DNH -UVE_SM_LOG_TO_FILE -DRGR_SI_SCH -DTA_NEW -DSI_NEW -DCZ $(CCrmFLAGS) $(CCnlFlags)
+I_OPTS+=-I$(ROOT_DIR)/src/du_app
+I_OPTS+=-I$(ROOT_DIR)/src/codec_utils/common
 
 #-------------------------------------------------------------#
 # Define all the layers that are part of this binary so that  #
 # their coupling requirements get defined from envopt.h.      #
 #-------------------------------------------------------------#
-# TODO -DRM has conflict with some cm_atm files. It is temp-  #
-# orarily removed from this list.                             #
 MOD_FLAGS=-DNH -DWR -DNX -DSZ -DCZ -DSB -DHI -DEG -DSM -DNL -DSM -DRG -DKW -DYS
 #This module does not support binary logging so disable it
 TEXT_LOG=YES
@@ -87,4 +79,6 @@ clean:
        @echo -e "$(COLOR_RED) $(REVERT_COLOR)"
        $(Q)\rm -f $(LIB_DIR)/libcm.a $(C_OBJS_WO_LOG)
 
-
+#**********************************************************************
+#         End of file
+#**********************************************************************