Explorar o código

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 %!s(int64=6) %!d(string=hai) anos
pai
achega
f39413aa16
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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