summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJosh Boyer <jwboyer@redhat.com>2011-10-31 15:20:40 -0400
committerJosh Boyer <jwboyer@redhat.com>2011-10-31 15:20:40 -0400
commit8e04ce5a387af9a033773520fa7c07b705e081c6 (patch)
tree5c7669fe0426c9b373df7101967fbecaeeb60f40 /Makefile
parentdff08547967b51d0c1a79626647971c508e4106e (diff)
downloadkernel-8e04ce5a387af9a033773520fa7c07b705e081c6.tar.gz
kernel-8e04ce5a387af9a033773520fa7c07b705e081c6.tar.xz
kernel-8e04ce5a387af9a033773520fa7c07b705e081c6.zip
Linux 3.1-git3. Happy Halloween.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 25249d833..cb1d3814e 100644
--- a/Makefile
+++ b/Makefile
@@ -47,6 +47,7 @@ debug:
@perl -pi -e 's/# CONFIG_FAIL_PAGE_ALLOC is not set/CONFIG_FAIL_PAGE_ALLOC=y/' config-nodebug
@perl -pi -e 's/# CONFIG_FAIL_IO_TIMEOUT is not set/CONFIG_FAIL_IO_TIMEOUT=y/' config-nodebug
@perl -pi -e 's/# CONFIG_FAIL_MAKE_REQUEST is not set/CONFIG_FAIL_MAKE_REQUEST=y/' config-nodebug
+ @perl -pi -e 's/# CONFIG_FAIL_MMC_REQUEST is not set/CONFIG_FAIL_MMC_REQUEST=y/' config-nodebug
@perl -pi -e 's/# CONFIG_FAULT_INJECTION_DEBUG_FS is not set/CONFIG_FAULT_INJECTION_DEBUG_FS=y/' config-nodebug
@perl -pi -e 's/# CONFIG_FAULT_INJECTION_STACKTRACE_FILTER is not set/CONFIG_FAULT_INJECTION_STACKTRACE_FILTER=y/' config-nodebug
@perl -pi -e 's/# CONFIG_DEBUG_SG is not set/CONFIG_DEBUG_SG=y/' config-nodebug