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
Esse commit está contido em:
Dustin Brown
2018-07-05 14:01:23 -07:00
commit de nshrivas
commit f39413aa16

1
Kbuild
Ver arquivo

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