diff options
author | Josh Boyer <jwboyer@redhat.com> | 2013-05-01 08:32:15 -0400 |
---|---|---|
committer | Josh Boyer <jwboyer@redhat.com> | 2013-05-01 08:35:03 -0400 |
commit | 9cf9eb40449bb795df477c26897b879a964dd75f (patch) | |
tree | 977e0bd877fa70d93a065619aff0c40597d0ce27 /Makefile.release | |
parent | 310a822ac9e7a63a06bfdcaeee8239e46d24e7a9 (diff) | |
download | kernel-9cf9eb40449bb795df477c26897b879a964dd75f.tar.gz kernel-9cf9eb40449bb795df477c26897b879a964dd75f.tar.xz kernel-9cf9eb40449bb795df477c26897b879a964dd75f.zip |
Linux v3.9-5165-g5f56886
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 ee811bac2..6438f8353 100644 --- a/Makefile.release +++ b/Makefile.release @@ -64,6 +64,7 @@ config-release: @perl -pi -e 's/CONFIG_CPU_NOTIFIER_ERROR_INJECT=m/# CONFIG_CPU_NOTIFIER_ERROR_INJECT is not set/' config-nodebug @perl -pi -e 's/CONFIG_DEBUG_PER_CPU_MAPS=y/# CONFIG_DEBUG_PER_CPU_MAPS is not set/' config-nodebug @perl -pi -e 's/CONFIG_TEST_LIST_SORT=y/# CONFIG_TEST_LIST_SORT is not set/' config-nodebug + @perl -pi -e 's/CONFIG_TEST_STRING_HELPERS=m/# CONFIG_TEST_STRING_HELPERS is not set/' config-nodebug @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_X86_BOOTPARAM_MEMORY_CORRUPTION_CHECK=y/# CONFIG_X86_BOOTPARAM_MEMORY_CORRUPTION_CHECK is not set/' config-nodebug |