qcacld-3.0: Disable CCX for genoa to save memory

Disable feature CONFIG_QCOM_ESE (CCX) in genoa
config file to save memory.

Change-Id: I2a00be3f9baf976a132f5aaa051e0e7b0935f50c
CRs-Fixed: 2307614
diff --git a/Kbuild b/Kbuild
index 4826eec..a58f804 100755
--- a/Kbuild
+++ b/Kbuild
@@ -1879,8 +1879,6 @@
 
 ifeq ($(CONFIG_QCOM_ESE), y)
 cppflags-y += -DFEATURE_WLAN_ESE
-cppflags-y += -DQCA_COMPUTE_TX_DELAY
-cppflags-y += -DQCA_COMPUTE_TX_DELAY_PER_TID
 endif
 
 #normally, TDLS negative behavior is not needed
@@ -1964,6 +1962,8 @@
 
 cppflags-$(CONFIG_HL_DP_SUPPORT) += -DCONFIG_HL_SUPPORT
 cppflags-$(CONFIG_HL_DP_SUPPORT) += -DWLAN_PARTIAL_REORDER_OFFLOAD
+cppflags-$(CONFIG_HL_DP_SUPPORT) += -DQCA_COMPUTE_TX_DELAY
+cppflags-$(CONFIG_HL_DP_SUPPORT) += -DQCA_COMPUTE_TX_DELAY_PER_TID
 cppflags-$(CONFIG_LL_DP_SUPPORT) += -DCONFIG_LL_DP_SUPPORT
 cppflags-$(CONFIG_LL_DP_SUPPORT) += -DWLAN_FULL_REORDER_OFFLOAD