X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=build%2Fodu%2Fmakefile;h=d932b88c5591f9407b58a799426386f5e512da68;hb=fc7d3ce9647a7da04f5a67fa34419076069defc1;hp=1ab9d25a8a5b46cfdadf44cfb669603cea3d37c4;hpb=29d69003fa60ca371d31f79a474c9619f19648cd;p=o-du%2Fl2.git diff --git a/build/odu/makefile b/build/odu/makefile index 1ab9d25a8..d932b88c5 100644 --- a/build/odu/makefile +++ b/build/odu/makefile @@ -74,7 +74,7 @@ endif # macro for output file name and makefile name # -PLTFRM_FLAGS= -UMSPD -DODU -DINTEL_FAPI -UODU_MEMORY_DEBUG_LOG -DDEBUG_ASN_PRINT -UDEBUG_PRINT -DERROR_PRINT -USTART_DL_UL_DATA -UNR_DRX -UCALL_FLOW_DEBUG_LOG -UODU_SLOT_IND_DEBUG_LOG -UKPI_CALCULATION +PLTFRM_FLAGS=-UMSPD -DODU -DINTEL_FAPI -UODU_MEMORY_DEBUG_LOG -DDEBUG_ASN_PRINT -UDEBUG_PRINT -DERROR_PRINT -USTART_DL_UL_DATA -UNR_DRX -UCALL_FLOW_DEBUG_LOG -UODU_SLOT_IND_DEBUG_LOG -UNFAPI_ENABLED -UTHREAD_AFFINITY -UMEM_SIZE_CHECK ifeq ($(MODE),TDD) PLTFRM_FLAGS += -DNR_TDD @@ -86,8 +86,9 @@ endif ifeq ($(NODE),TEST_STUB) PLTFRM_FLAGS+=-DODU_TEST_STUB endif + ifeq ($(PHY), INTEL_L1) - PLTFRM_FLAGS+=-DSS_USE_WLS_MEM -DINTEL_WLS_MEM -DDEBUG_MODE -DINTEL_L1_V20_03_ONWARDS + PLTFRM_FLAGS+=-DSS_USE_WLS_MEM -DINTEL_WLS_MEM -DDEBUG_MODE -DINTEL_L1_V20_03_ONWARDS ifeq ($(PHY_MODE),TIMER) PLTFRM_FLAGS+=-DINTEL_TIMER_MODE endif @@ -109,10 +110,7 @@ export BUILD export I_OPTS # Add to the linker options the platform specific components -L_OPTS+=-lnsl -lrt -lm -lpthread -lsctp -ifdef XML_BASED_CONFIG -L_OPTS+=-lxml2 -endif +L_OPTS+=-lnsl -lrt -lm -lpthread -lsctp -lxml2 ifeq ($(PHY), INTEL_L1) L_OPTS+=-L/root/Intel-L1-20.11.1/phy/wls_lib/ -lwls \