summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJustin M. Forbes <jforbes@redhat.com>2016-01-12 13:07:02 -0600
committerJustin M. Forbes <jforbes@redhat.com>2016-01-12 13:07:02 -0600
commit84f63188188f713b156720253488c7e88ea6a023 (patch)
treefd088e836d7a95abc12ce4471fd8c10d4f190be7 /Makefile
parent0c2a2f5349cef63c6a8d4bb53593fae904912054 (diff)
downloadkernel-84f63188188f713b156720253488c7e88ea6a023.tar.gz
kernel-84f63188188f713b156720253488c7e88ea6a023.tar.xz
kernel-84f63188188f713b156720253488c7e88ea6a023.zip
v4.4-1175-g03891f9
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 9f97a1d06..9dc13b516 100644
--- a/Makefile
+++ b/Makefile
@@ -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