Add support for rx defragmentation on converged data path. Change-Id: I2da758e03cec50451d5b6c04c3c152584c281807 CRs-Fixed: 1109359
@@ -1058,7 +1058,8 @@ DP_OBJS := $(DP_SRC)/dp_main.o \
$(DP_SRC)/dp_rx_desc.o \
$(DP_SRC)/dp_reo.o \
$(DP_SRC)/dp_rx_mon_dest.o \
- $(DP_SRC)/dp_rx_mon_status.o
+ $(DP_SRC)/dp_rx_mon_status.o \
+ $(DP_SRC)/dp_rx_defrag.o
endif
############ CFG ############