summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJosh Boyer <jwboyer@fedoraproject.org>2014-04-14 09:48:13 -0400
committerJosh Boyer <jwboyer@fedoraproject.org>2014-04-14 09:50:14 -0400
commita5276fd60eab639b560b897f564ab0e8e18d96f1 (patch)
tree43c8f98b3390fddc074b80ca2d4fbee65aa77f09 /Makefile
parent3c4171c06f22ef4ae16ce4b85595160e231945dc (diff)
downloadkernel-a5276fd60eab639b560b897f564ab0e8e18d96f1.tar.gz
kernel-a5276fd60eab639b560b897f564ab0e8e18d96f1.tar.xz
kernel-a5276fd60eab639b560b897f564ab0e8e18d96f1.zip
Linux v3.15-rc1
- Disable debugging options. - Turn SLUB_DEBUG off
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f4e108569..13cb2e651 100644
--- a/Makefile
+++ b/Makefile
@@ -55,7 +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_EFI_PGT_DUMP is not set/CONFIG_EFI_PGT_DUMP=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