diff options
| author | Dustin Brown <dustinb@codeaurora.org> | 2016-12-06 15:37:34 -0800 |
|---|---|---|
| committer | qcabuildsw <qcabuildsw@localhost> | 2016-12-08 07:47:38 -0800 |
| commit | 05ff203625819ee87715fc569a3e1bff0d42426f (patch) | |
| tree | bc20faef706e59124b7d1ec52de31a8eec372bad | |
| parent | c2f00886c3af35241ae04180a07ba4cc6ce826ea (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-- | Kbuild | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) |
