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.release | |
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.release')
-rw-r--r-- | Makefile.release | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile.release b/Makefile.release index 14b6afd40..c3f429bd9 100644 --- a/Makefile.release +++ b/Makefile.release @@ -68,8 +68,6 @@ config-release: @perl -pi -e 's/CONFIG_DEBUG_ATOMIC_SLEEP=y/# CONFIG_DEBUG_ATOMIC_SLEEP is not set/' config-nodebug @perl -pi -e 's/CONFIG_DETECT_HUNG_TASK=y/# CONFIG_DETECT_HUNG_TASK is not set/' config-nodebug - @perl -pi -e 's/CONFIG_DEBUG_SET_MODULE_RONX=y/# CONFIG_DEBUG_SET_MODULE_RONX is not set/' config-nodebug - @perl -pi -e 's/CONFIG_DEBUG_PAGEALLOC=y/# CONFIG_DEBUG_PAGEALLOC is not set/' config-debug @perl -pi -e 's/CONFIG_DEBUG_PAGEALLOC=y/# CONFIG_DEBUG_PAGEALLOC is not set/' config-nodebug |