summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJosh Boyer <jwboyer@redhat.com>2012-05-11 13:19:06 -0400
committerJosh Boyer <jwboyer@redhat.com>2012-05-11 13:19:12 -0400
commitd93939787e82899e1d624033e40a97f7997d075b (patch)
tree0df8b85aba5e207f0822d532b000ff6ea9db9ea9 /Makefile
parent011b1a684211d2569ae51e34d1697000b4817444 (diff)
downloadkernel-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--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 5df8b21a9..2a87029f7 100644
--- a/Makefile
+++ b/Makefile
@@ -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