diff options
author | Dave Jones <davej@redhat.com> | 2012-01-04 23:37:17 -0500 |
---|---|---|
committer | Dave Jones <davej@redhat.com> | 2012-01-04 23:37:17 -0500 |
commit | be19a69e8c7c9ba02219cceb4fde97df7d94a8f0 (patch) | |
tree | 89cd4fb46fb0b1a34981228ee2c958763a23f2c3 /Makefile | |
parent | c89941d296390e46ac2d839ad3ad704e6c36963c (diff) | |
download | kernel-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-- | Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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 |