diff options
author | Josh Boyer <jwboyer@redhat.com> | 2013-05-10 09:34:19 -0400 |
---|---|---|
committer | Josh Boyer <jwboyer@redhat.com> | 2013-05-10 09:34:19 -0400 |
commit | d96b81ac0626bd30f5349584d206a5031aaf865b (patch) | |
tree | d679bba6bd33a99159ab9b986f840e5e50c05873 /Makefile.release | |
parent | d937c7d4ce6dd808a44d72230c550643419e05e8 (diff) | |
download | kernel-d96b81ac0626bd30f5349584d206a5031aaf865b.tar.gz kernel-d96b81ac0626bd30f5349584d206a5031aaf865b.tar.xz kernel-d96b81ac0626bd30f5349584d206a5031aaf865b.zip |
Fix CONFIG_EDAC_DEBUG setting in debug kernels
Diffstat (limited to 'Makefile.release')
-rw-r--r-- | Makefile.release | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.release b/Makefile.release index 22fc8ac5e..293fe583e 100644 --- a/Makefile.release +++ b/Makefile.release @@ -71,6 +71,7 @@ config-release: @perl -pi -e 's/CONFIG_DEBUG_KMEMLEAK=y/# CONFIG_DEBUG_KMEMLEAK is not set/' config-nodebug @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 @# Undo anything that make extremedebug might have set @perl -pi -e 's/CONFIG_DEBUG_PAGEALLOC=y/# CONFIG_DEBUG_PAGEALLOC is not set/' config-debug |