From 9a8428e0a76710bd8d78da42597f25b22101eeca Mon Sep 17 00:00:00 2001 From: Josh Boyer Date: Thu, 17 Mar 2016 09:18:44 -0400 Subject: Clean up removed config options The DEBUG_RODATA and STATIC_CPU_HAS options were removed by the upstream maintainers. Drop them. --- Makefile.release | 1 - 1 file changed, 1 deletion(-) (limited to 'Makefile.release') diff --git a/Makefile.release b/Makefile.release index 6fa0645b8..f1d31bb0c 100644 --- a/Makefile.release +++ b/Makefile.release @@ -74,7 +74,6 @@ config-release: @perl -pi -e 's/CONFIG_XFS_WARN=y/# CONFIG_XFS_WARN is not set/' config-nodebug @perl -pi -e 's/CONFIG_EDAC_DEBUG=y/# CONFIG_EDAC_DEBUG is not set/' config-nodebug @perl -pi -e 's/CONFIG_RTLWIFI_DEBUG=y/# CONFIG_RTLWIFI_DEBUG is not set/' config-nodebug - @perl -pi -e 's/CONFIG_X86_DEBUG_STATIC_CPU_HAS=y/# CONFIG_X86_DEBUG_STATIC_CPU_HAS is not set/' config-nodebug @# Undo anything that make extremedebug might have set @perl -pi -e 's/CONFIG_DEBUG_PAGEALLOC=y/# CONFIG_DEBUG_PAGEALLOC is not set/' config-debug -- cgit