summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJosh Boyer <jwboyer@fedoraproject.org>2016-03-17 09:18:44 -0400
committerJosh Boyer <jwboyer@fedoraproject.org>2016-03-17 09:18:44 -0400
commit9a8428e0a76710bd8d78da42597f25b22101eeca (patch)
treea08c19c181ccb883a9d5792d475f72264351f247 /Makefile
parentbe0af1dc5293092d001cae7dae3a437c5249320e (diff)
downloadkernel-9a8428e0a76710bd8d78da42597f25b22101eeca.tar.gz
kernel-9a8428e0a76710bd8d78da42597f25b22101eeca.tar.xz
kernel-9a8428e0a76710bd8d78da42597f25b22101eeca.zip
Clean up removed config options
The DEBUG_RODATA and STATIC_CPU_HAS options were removed by the upstream maintainers. Drop them.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 694ac55af..f81123332 100644
--- a/Makefile
+++ b/Makefile
@@ -91,7 +91,6 @@ debug:
@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
@# just in case we're going from extremedebug -> debug
@perl -pi -e 's/CONFIG_DEBUG_PAGEALLOC=y/# CONFIG_DEBUG_PAGEALLOC is not set/' config-nodebug