summaryrefslogtreecommitdiffstats
path: root/Makefile.release
diff options
context:
space:
mode:
authorJosh Boyer <jwboyer@redhat.com>2013-05-10 11:07:33 -0400
committerJosh Boyer <jwboyer@redhat.com>2013-05-10 11:07:54 -0400
commit75c42b400708c63500c7d5ba7da536616c71287e (patch)
tree48e8c82e24f3887e48b9bb7170ff0a78628035be /Makefile.release
parent3efff9b4299f73212c14142d9e479285916c6be6 (diff)
downloadkernel-75c42b400708c63500c7d5ba7da536616c71287e.tar.gz
kernel-75c42b400708c63500c7d5ba7da536616c71287e.tar.xz
kernel-75c42b400708c63500c7d5ba7da536616c71287e.zip
Enable RTLWIFI_DEBUG in debug kernels (rhbz 889425)
Diffstat (limited to 'Makefile.release')
-rw-r--r--Makefile.release1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.release b/Makefile.release
index 293fe583..3eba9dba 100644
--- a/Makefile.release
+++ b/Makefile.release
@@ -72,6 +72,7 @@ config-release:
@perl -pi -e 's/CONFIG_MAC80211_MESSAGE_TRACING=y/# CONFIG_MAC80211_MESSAGE_TRACING is not set/' config-nodebug
@perl -pi -e 's/CONFIG_XFS_WARN=y/# CONFIG_XFS_WARN is not set/' config-nodebug
@perl -pi -e 's/CONFIG_EDAC_DEBUG=y/# CONFIG_EDAC_DEBUG is not set/' config-nodebug
+ @perl -pi -e 's/CONFIG_RTLWIFI_DEBUG=y/# CONFIG_RTLWIFI_DEBUG is not set/' config-nodebug
@# Undo anything that make extremedebug might have set
@perl -pi -e 's/CONFIG_DEBUG_PAGEALLOC=y/# CONFIG_DEBUG_PAGEALLOC is not set/' config-debug