[qca-nss-ecm] En/dis database object cross referencing
Enable/disable support for advanced object cross referencing
within the database.
Change-Id: I517e4509b07a379227ed6c65f007fe4969c87fe8
Signed-off-by: Gareth Williams <garethw@codeaurora.org>
diff --git a/Makefile b/Makefile
index 9f6bb3f..5214fbf 100755
--- a/Makefile
+++ b/Makefile
@@ -130,6 +130,13 @@
ccflags-$(ECM_DB_ADVANCED_STATS_ENABLE) += -DECM_DB_ADVANCED_STATS_ENABLE
# #############################################################################
+# Define ECM_DB_CONNECTION_CROSS_REFERENCING_ENABLE=y in order to enable
+# the database to track relationships between objects.
+# #############################################################################
+ECM_DB_CONNECTION_CROSS_REFERENCING_ENABLE=y
+ccflags-$(ECM_DB_CONNECTION_CROSS_REFERENCING_ENABLE) += -DECM_DB_XREF_ENABLE
+
+# #############################################################################
# Debug flags, set these to = 0 if you want to disable all debugging for that
# file.
# By turning off debugs you gain maximum ECM performance.