diff options
author | Justin M. Forbes <jforbes@redhat.com> | 2016-01-12 13:07:02 -0600 |
---|---|---|
committer | Justin M. Forbes <jforbes@redhat.com> | 2016-01-12 13:07:02 -0600 |
commit | 84f63188188f713b156720253488c7e88ea6a023 (patch) | |
tree | fd088e836d7a95abc12ce4471fd8c10d4f190be7 /Makefile | |
parent | 0c2a2f5349cef63c6a8d4bb53593fae904912054 (diff) | |
download | kernel-84f63188188f713b156720253488c7e88ea6a023.tar.gz kernel-84f63188188f713b156720253488c7e88ea6a023.tar.xz kernel-84f63188188f713b156720253488c7e88ea6a023.zip |
v4.4-1175-g03891f9
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -88,6 +88,7 @@ debug: @perl -pi -e 's/# CONFIG_TEST_LIST_SORT is not set/CONFIG_TEST_LIST_SORT=y/' config-nodebug @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_WQ_WATCHDOG is not set/CONFIG_WQ_WATCHDOG=y/' config-nodebug @perl -pi -e 's/# CONFIG_X86_BOOTPARAM_MEMORY_CORRUPTION_CHECK is not set/CONFIG_X86_BOOTPARAM_MEMORY_CORRUPTION_CHECK=y/' config-nodebug @perl -pi -e 's/# CONFIG_DEBUG_KMEMLEAK is not set/CONFIG_DEBUG_KMEMLEAK=y/' config-nodebug @perl -pi -e 's/# CONFIG_X86_DEBUG_STATIC_CPU_HAS is not set/CONFIG_X86_DEBUG_STATIC_CPU_HAS=y/' config-nodebug |