From be19a69e8c7c9ba02219cceb4fde97df7d94a8f0 Mon Sep 17 00:00:00 2001 From: Dave Jones Date: Wed, 4 Jan 2012 23:37:17 -0500 Subject: CONFIG_DEBUG_SET_MODULE_RONX should always be set. --- Makefile | 2 -- 1 file changed, 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 22fceaa63..b73faf4c9 100644 --- a/Makefile +++ b/Makefile @@ -93,8 +93,6 @@ debug: @perl -pi -e 's/# CONFIG_DEBUG_ATOMIC_SLEEP is not set/CONFIG_DEBUG_ATOMIC_SLEEP=y/' config-nodebug @perl -pi -e 's/# CONFIG_DETECT_HUNG_TASK is not set/CONFIG_DETECT_HUNG_TASK=y/' config-nodebug - @perl -pi -e 's/# CONFIG_DEBUG_SET_MODULE_RONX is not set/CONFIG_DEBUG_SET_MODULE_RONX=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 -- cgit