From fbff9edd561dc72e99d83e4cc60bf3f0831ec492 Mon Sep 17 00:00:00 2001 From: Josh Boyer Date: Tue, 1 Apr 2014 15:44:09 -0400 Subject: Linux v3.14-751-g683b6c6f82a6 --- Makefile.release | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.release') diff --git a/Makefile.release b/Makefile.release index 355e7112..ffdcf1b5 100644 --- a/Makefile.release +++ b/Makefile.release @@ -35,6 +35,7 @@ config-release: @perl -pi -e 's/CONFIG_DEBUG_OBJECTS_PERCPU_COUNTER=y/# CONFIG_DEBUG_OBJECTS_PERCPU_COUNTER is not set/' config-nodebug @perl -pi -e 's/CONFIG_DEBUG_OBJECTS_RCU_HEAD=y/# CONFIG_DEBUG_OBJECTS_RCU_HEAD is not set/' config-nodebug @perl -pi -e 's/CONFIG_X86_PTDUMP=y/# CONFIG_X86_PTDUMP is not set/' config-nodebug + @perl -pi -e 's/CONFIG_EFI_PGT_PTDUMP=y/# CONFIG_EFI_PGT_PTDUMP is not set/' config-nodebug @perl -pi -e 's/CONFIG_CAN_DEBUG_DEVICES=y/# CONFIG_CAN_DEBUG_DEVICES is not set/' config-nodebug @perl -pi -e 's/CONFIG_MODULE_FORCE_UNLOAD=y/# CONFIG_MODULE_FORCE_UNLOAD is not set/' config-nodebug @perl -pi -e 's/CONFIG_SYSCTL_SYSCALL_CHECK=y/# CONFIG_SYSCTL_SYSCALL_CHECK is not set/' config-nodebug -- cgit