qcacld-3.0: Register target if ops for DP control ops

As part of DP-CP interaction convergence register common
converged target if ops for DP control ops.

Change-Id: Ifbe5d20e32262782016c3b0c20a7d2e149a071c3
CRs-fixed: 2273037
diff --git a/Kbuild b/Kbuild
index bd49858..d78327b 100644
--- a/Kbuild
+++ b/Kbuild
@@ -941,8 +941,10 @@
 
 ifeq ($(CONFIG_LITHIUM), y)
 ############ DP 3.0 ############
+DP_TARGET_INC_DIR := $(WLAN_COMMON_ROOT)/target_if/dp/inc
 DP_INC := -I$(WLAN_COMMON_ROOT)/dp/inc \
-	-I$(WLAN_COMMON_ROOT)/dp/wifi3.0
+	-I$(WLAN_COMMON_ROOT)/dp/wifi3.0 \
+	-I$(WLAN_ROOT)/$(DP_TARGET_INC_DIR)
 
 DP_SRC := $(WLAN_COMMON_ROOT)/dp/wifi3.0
 DP_OBJS := $(DP_SRC)/dp_main.o \
@@ -957,7 +959,8 @@
 		$(DP_SRC)/dp_rx_mon_dest.o \
 		$(DP_SRC)/dp_rx_mon_status.o \
 		$(DP_SRC)/dp_rx_defrag.o \
-		$(DP_SRC)/dp_stats.o
+		$(DP_SRC)/dp_stats.o \
+		$(WLAN_COMMON_ROOT)/target_if/dp/src/target_if_dp.o
 ifeq ($(CONFIG_WLAN_TX_FLOW_CONTROL_V2), y)
 DP_OBJS += $(DP_SRC)/dp_tx_flow_control.o
 endif