summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorDave Jones <davej@redhat.com>2012-01-04 23:37:17 -0500
committerDave Jones <davej@redhat.com>2012-01-04 23:37:17 -0500
commitbe19a69e8c7c9ba02219cceb4fde97df7d94a8f0 (patch)
tree89cd4fb46fb0b1a34981228ee2c958763a23f2c3 /Makefile
parentc89941d296390e46ac2d839ad3ad704e6c36963c (diff)
downloadkernel-be19a69e8c7c9ba02219cceb4fde97df7d94a8f0.tar.gz
kernel-be19a69e8c7c9ba02219cceb4fde97df7d94a8f0.tar.xz
kernel-be19a69e8c7c9ba02219cceb4fde97df7d94a8f0.zip
CONFIG_DEBUG_SET_MODULE_RONX should always be set.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 22fceaa63..b73faf4c9 100644
--- a/Makefile
+++ b/Makefile
@@ -93,8 +93,6 @@ debug:
@perl -pi -e 's/# CONFIG_DEBUG_ATOMIC_SLEEP is not set/CONFIG_DEBUG_ATOMIC_SLEEP=y/' config-nodebug
@perl -pi -e 's/# CONFIG_DETECT_HUNG_TASK is not set/CONFIG_DETECT_HUNG_TASK=y/' config-nodebug
- @perl -pi -e 's/# CONFIG_DEBUG_SET_MODULE_RONX is not set/CONFIG_DEBUG_SET_MODULE_RONX=y/' config-nodebug
-
@# just in case we're going from extremedebug -> debug
@perl -pi -e 's/CONFIG_DEBUG_PAGEALLOC=y/# CONFIG_DEBUG_PAGEALLOC is not set/' config-nodebug