Browse Source

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
Dustin Brown 6 years ago
parent
commit
f39413aa16
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Kbuild

+ 1 - 0
Kbuild

@@ -1645,6 +1645,7 @@ cppflags-y += \
 	-DCONFIG_LEAK_DETECTION \
 	-DMEMORY_DEBUG \
 	-DNBUF_MEMORY_DEBUG \
+	-DNBUF_MAP_UNMAP_DEBUG \
 	-DTIMER_MANAGER
 endif