summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVishal Mahaveer <vishalm@ti.com>2014-03-04 17:04:27 -0600
committerVishal Mahaveer <vishalm@ti.com>2014-03-04 17:04:27 -0600
commitf12b990d3bdcf92feaa1c40fa3372d4a834c7270 (patch)
treed325ab6a1b5307c51a90262c1a0d1904136acef0
parente18cab5a04f406925019c2f1cd3e70f540783b3e (diff)
downloadwlan-f12b990d3bdcf92feaa1c40fa3372d4a834c7270.tar.gz
wlan: compat_wl18xx: fix build with CONFIG_DEBUG_FS disabledd-jb-mr2.0-release
Add dependency on CONFIG_MAC80211_DEBUGFS based on CONFIG_DEBUG_FS flag. Change-Id: I4d3d4e6fc2a1a50116c458f7f81fb331f82545a3 Signed-off-by: Vishal Mahaveer <vishalm@ti.com>
-rw-r--r--mac80211/compat_wl18xx/config.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/mac80211/compat_wl18xx/config.mk b/mac80211/compat_wl18xx/config.mk
index 3bb0735d..75de4758 100644
--- a/mac80211/compat_wl18xx/config.mk
+++ b/mac80211/compat_wl18xx/config.mk
@@ -149,7 +149,9 @@ ifndef CONFIG_COMPAT_KERNEL_2_6_33
export CONFIG_COMPAT_MAC80211_DRIVER_API_TRACER=y
endif #CONFIG_COMPAT_KERNEL_2_6_33
+ifdef CONFIG_DEBUG_FS
export CONFIG_MAC80211_DEBUGFS=y
+endif #CONFIG_DEBUG_FS
# export CONFIG_MAC80211_NOINLINE=y
# export CONFIG_MAC80211_VERBOSE_DEBUG=y
# export CONFIG_MAC80211_MESSAGE_TRACING=y