diff options
author | Josh Boyer <jwboyer@redhat.com> | 2011-10-31 15:20:40 -0400 |
---|---|---|
committer | Josh Boyer <jwboyer@redhat.com> | 2011-10-31 15:20:40 -0400 |
commit | 8e04ce5a387af9a033773520fa7c07b705e081c6 (patch) | |
tree | 5c7669fe0426c9b373df7101967fbecaeeb60f40 /Makefile | |
parent | dff08547967b51d0c1a79626647971c508e4106e (diff) | |
download | kernel-8e04ce5a387af9a033773520fa7c07b705e081c6.tar.gz kernel-8e04ce5a387af9a033773520fa7c07b705e081c6.tar.xz kernel-8e04ce5a387af9a033773520fa7c07b705e081c6.zip |
Linux 3.1-git3. Happy Halloween.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |