diff options
author | Josh Boyer <jwboyer@redhat.com> | 2012-05-11 13:19:06 -0400 |
---|---|---|
committer | Josh Boyer <jwboyer@redhat.com> | 2012-05-11 13:19:12 -0400 |
commit | d93939787e82899e1d624033e40a97f7997d075b (patch) | |
tree | 0df8b85aba5e207f0822d532b000ff6ea9db9ea9 /Makefile | |
parent | 011b1a684211d2569ae51e34d1697000b4817444 (diff) | |
download | kernel-d93939787e82899e1d624033e40a97f7997d075b.tar.gz kernel-d93939787e82899e1d624033e40a97f7997d075b.tar.xz kernel-d93939787e82899e1d624033e40a97f7997d075b.zip |
Enable CONFIG_NFSD_FAULT_INJECTION on debug builds (suggested by Jeff Layton)
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -71,6 +71,7 @@ debug: @perl -pi -e 's/# CONFIG_EXT4_DEBUG is not set/CONFIG_EXT4_DEBUG=y/' config-nodebug @perl -pi -e 's/# CONFIG_DEBUG_PERF_USE_VMALLOC is not set/CONFIG_DEBUG_PERF_USE_VMALLOC=y/' config-nodebug @perl -pi -e 's/# CONFIG_JBD2_DEBUG is not set/CONFIG_JBD2_DEBUG=y/' config-nodebug + @perl -pi -e 's/# CONFIG_NFSD_FAULT_INJECTION is not set/CONFIG_NFSD_FAULT_INJECTION=y/' config-nodebug @perl -pi -e 's/# CONFIG_DEBUG_BLK_CGROUP is not set/CONFIG_DEBUG_BLK_CGROUP=y/' config-nodebug @perl -pi -e 's/# CONFIG_DRBD_FAULT_INJECTION is not set/CONFIG_DRBD_FAULT_INJECTION=y/' config-nodebug @perl -pi -e 's/# CONFIG_ATH_DEBUG is not set/CONFIG_ATH_DEBUG=y/' config-nodebug |