qcacld-3.0: Data path changes to use converged APIs (Part 1)

Change the data path and external modules to use the new
converged common data path APIs.

Change-Id: Ifb48178efd012b6ad9ea6f6d5230d0a809922b1c
CRs-Fixed: 994638
diff --git a/Kbuild b/Kbuild
index 4e639d7..504f5f0 100755
--- a/Kbuild
+++ b/Kbuild
@@ -683,6 +683,11 @@
 OL_DIR :=     core/dp/ol
 OL_INC :=     -I$(WLAN_ROOT)/$(OL_DIR)/inc
 
+############ CDP ############
+CDP_ROOT_DIR := dp
+CDP_INC_DIR := $(CDP_ROOT_DIR)/inc
+CDP_INC := -I$(WLAN_COMMON_INC)/$(CDP_INC_DIR)
+
 ############ PKTLOG ############
 PKTLOG_DIR :=      core/utils/pktlog
 PKTLOG_INC :=      -I$(WLAN_ROOT)/$(PKTLOG_DIR)/include
@@ -819,6 +824,7 @@
 		$(FWLOG_INC) \
 		$(TXRX_INC) \
 		$(OL_INC) \
+		$(CDP_INC) \
 		$(PKTLOG_INC) \
 		$(HTT_INC) \
 		$(HTC_INC) \