diff options
author | Alexandre Oliva <lxoliva@fsfla.org> | 2014-08-12 14:57:44 +0000 |
---|---|---|
committer | Alexandre Oliva <lxoliva@fsfla.org> | 2014-08-12 14:57:44 +0000 |
commit | 778b3406fdec1f83298a4db18e69e172bf86fe79 (patch) | |
tree | 0d93c9374e24c41cd56cdf8bf4c822fab873972e /freed-ora/current/f21/Makefile.release | |
parent | 4a87977fff4fa9b1ecba342cf757f1c3d5e378aa (diff) | |
download | linux-libre-raptor-778b3406fdec1f83298a4db18e69e172bf86fe79.tar.gz linux-libre-raptor-778b3406fdec1f83298a4db18e69e172bf86fe79.zip |
3.16.0-1.fc21.gnu
Diffstat (limited to 'freed-ora/current/f21/Makefile.release')
-rw-r--r-- | freed-ora/current/f21/Makefile.release | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/freed-ora/current/f21/Makefile.release b/freed-ora/current/f21/Makefile.release index 6ee755ec4..58a011758 100644 --- a/freed-ora/current/f21/Makefile.release +++ b/freed-ora/current/f21/Makefile.release @@ -27,6 +27,7 @@ config-release: @perl -pi -e 's/CONFIG_FAULT_INJECTION_DEBUG_FS=y/# CONFIG_FAULT_INJECTION_DEBUG_FS is not set/' config-nodebug @perl -pi -e 's/CONFIG_FAULT_INJECTION_STACKTRACE_FILTER=y/# CONFIG_FAULT_INJECTION_STACKTRACE_FILTER is not set/' config-nodebug @perl -pi -e 's/CONFIG_DEBUG_SG=y/# CONFIG_DEBUG_SG is not set/' config-nodebug + @perl -pi -e 's/CONFIG_DEBUG_PI_LIST=y/# CONFIG_DEBUG_PI_LIST is not set/' config-nodebug @perl -pi -e 's/CONFIG_DEBUG_WRITECOUNT=y/# CONFIG_DEBUG_WRITECOUNT is not set/' config-nodebug @perl -pi -e 's/CONFIG_DEBUG_OBJECTS=y/# CONFIG_DEBUG_OBJECTS is not set/' config-nodebug @perl -pi -e 's/CONFIG_DEBUG_OBJECTS_FREE=y/# CONFIG_DEBUG_OBJECTS_FREE is not set/' config-nodebug |