qcacld-3.0: Enable NBUF_MAP_UNMAP_DEBUG in Kbuild

Currently network buffer map/unmap tracking is enabled by the
MEMORY_DEBUG compile time flag.
I6b62539d39664db3ff62411fe8632633f53488c8 is giving this feature its own
compile time flag, NBUF_MAP_UNMAP_DEBUG. When CONFIG_LEAK_DETECTION is
enabled, also enable NBUF_MAP_UNMAP_DEBUG to retain current behavior.

Change-Id: I9d18ff8401710e3964cb6decb01ac1a282421d37
CRs-Fixed: 2273769
diff --git a/Kbuild b/Kbuild
index 6abebab..73bab05 100644
--- a/Kbuild
+++ b/Kbuild
@@ -1645,6 +1645,7 @@
 	-DCONFIG_LEAK_DETECTION \
 	-DMEMORY_DEBUG \
 	-DNBUF_MEMORY_DEBUG \
+	-DNBUF_MAP_UNMAP_DEBUG \
 	-DTIMER_MANAGER
 endif