summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDustin Brown <dustinb@codeaurora.org>2016-12-06 15:37:34 -0800
committerqcabuildsw <qcabuildsw@localhost>2016-12-08 07:47:38 -0800
commit05ff203625819ee87715fc569a3e1bff0d42426f (patch)
treebc20faef706e59124b7d1ec52de31a8eec372bad
parentc2f00886c3af35241ae04180a07ba4cc6ce826ea (diff)
qcacld-3.0: Enable unit-test suspend/resume for SLUB builds
Enable unit-test suspend/resume ioctls for all SLUB builds, for a better out-of-the-box debug experience. Change-Id: Iab6662a39125371ab700c8482e06cd98a3d171a5 CRs-Fixed: 1098034
-rw-r--r--Kbuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/Kbuild b/Kbuild
index f4712a918d2e..ed1fb38fe5bb 100644
--- a/Kbuild
+++ b/Kbuild
@@ -1184,6 +1184,7 @@ endif
ifeq ($(CONFIG_SLUB_DEBUG_ON),y)
CDEFINES += -DTIMER_MANAGER
CDEFINES += -DMEMORY_DEBUG
+CDEFINES += -DWLAN_SUSPEND_RESUME_TEST
endif
ifeq ($(HAVE_CFG80211),1)