summaryrefslogtreecommitdiffstats
path: root/Makefile.release
diff options
context:
space:
mode:
authorJosh Boyer <jwboyer@redhat.com>2013-05-10 08:57:25 -0400
committerJosh Boyer <jwboyer@redhat.com>2013-05-10 09:31:48 -0400
commitd937c7d4ce6dd808a44d72230c550643419e05e8 (patch)
tree98b48c5530d73f26bc77e15cd8c63c07157123b7 /Makefile.release
parent6391f4231e94834812a2e34b20dd5b0fdac48b65 (diff)
downloadkernel-d937c7d4ce6dd808a44d72230c550643419e05e8.tar.gz
kernel-d937c7d4ce6dd808a44d72230c550643419e05e8.tar.xz
kernel-d937c7d4ce6dd808a44d72230c550643419e05e8.zip
Linux v3.9-12316-g70eba42
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 6438f835..22fc8ac5 100644
--- a/Makefile.release
+++ b/Makefile.release
@@ -70,6 +70,7 @@ config-release:
@perl -pi -e 's/CONFIG_X86_BOOTPARAM_MEMORY_CORRUPTION_CHECK=y/# CONFIG_X86_BOOTPARAM_MEMORY_CORRUPTION_CHECK is not set/' config-nodebug
@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
@# Undo anything that make extremedebug might have set
@perl -pi -e 's/CONFIG_DEBUG_PAGEALLOC=y/# CONFIG_DEBUG_PAGEALLOC is not set/' config-debug