diff options
author | Josh Boyer <jwboyer@redhat.com> | 2014-04-01 15:44:09 -0400 |
---|---|---|
committer | Josh Boyer <jwboyer@redhat.com> | 2014-04-01 15:56:24 -0400 |
commit | fbff9edd561dc72e99d83e4cc60bf3f0831ec492 (patch) | |
tree | 12c00b48a165d162871a233ed391295e950c00f4 /Makefile | |
parent | 48c16485fb21036bf8f990b3648cf2ca7268afa1 (diff) | |
download | kernel-fbff9edd561dc72e99d83e4cc60bf3f0831ec492.tar.gz kernel-fbff9edd561dc72e99d83e4cc60bf3f0831ec492.tar.xz kernel-fbff9edd561dc72e99d83e4cc60bf3f0831ec492.zip |
Linux v3.14-751-g683b6c6f82a6
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -55,6 +55,7 @@ debug: @perl -pi -e 's/# CONFIG_DEBUG_OBJECTS_PERCPU_COUNTER is not set/CONFIG_DEBUG_OBJECTS_PERCPU_COUNTER=y/' config-nodebug @perl -pi -e 's/# CONFIG_DEBUG_OBJECTS_RCU_HEAD is not set/CONFIG_DEBUG_OBJECTS_RCU_HEAD=y/' config-nodebug @perl -pi -e 's/# CONFIG_X86_PTDUMP is not set/CONFIG_X86_PTDUMP=y/' config-nodebug + @perl -pi -e 's/# CONFIG_EFI_PGT_PTDUMP is not set/CONFIG_EFI_PGT_PTDUMP=y/' config-nodebug @perl -pi -e 's/# CONFIG_CAN_DEBUG_DEVICES is not set/CONFIG_CAN_DEBUG_DEVICES=y/' config-nodebug @perl -pi -e 's/# CONFIG_MODULE_FORCE_UNLOAD is not set/CONFIG_MODULE_FORCE_UNLOAD=y/' config-nodebug @perl -pi -e 's/# CONFIG_SYSCTL_SYSCALL_CHECK is not set/CONFIG_SYSCTL_SYSCALL_CHECK=y/' config-nodebug |