diff options
author | Laura Abbott <labbott@fedoraproject.org> | 2015-11-11 09:29:29 -0800 |
---|---|---|
committer | Laura Abbott <labbott@fedoraproject.org> | 2015-11-11 09:30:47 -0800 |
commit | 4edc7cd99aa0d7c322edb6ec17a26c33a51fab8d (patch) | |
tree | 734bd42ba5a5b1fabff68361e235bbc94609747d /Makefile.release | |
parent | c78c67f036a933ab5081ba89cde5b0601e2172cf (diff) | |
download | kernel-4edc7cd99aa0d7c322edb6ec17a26c33a51fab8d.tar.gz kernel-4edc7cd99aa0d7c322edb6ec17a26c33a51fab8d.tar.xz kernel-4edc7cd99aa0d7c322edb6ec17a26c33a51fab8d.zip |
Linux v4.3-11481-gc5a3788
- Actually drop CONFIG_DMADEVICES_VDEBUG
Diffstat (limited to 'Makefile.release')
-rw-r--r-- | Makefile.release | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.release b/Makefile.release index fcd90814f..d7e8844b7 100644 --- a/Makefile.release +++ b/Makefile.release @@ -58,7 +58,6 @@ config-release: @perl -pi -e 's/CONFIG_CARL9170_DEBUGFS=y/# CONFIG_CARL9170_DEBUGFS is not set/' config-nodebug @perl -pi -e 's/CONFIG_IWLWIFI_DEVICE_TRACING=y/# CONFIG_IWLWIFI_DEVICE_TRACING is not set/' config-nodebug @perl -pi -e 's/CONFIG_DMADEVICES_DEBUG=y/# CONFIG_DMADEVICES_DEBUG is not set/' config-nodebug - @perl -pi -e 's/CONFIG_DMADEVICES_VDEBUG=y/# CONFIG_DMADEVICES_VDEBUG is not set/' config-nodebug @perl -pi -e 's/CONFIG_CEPH_LIB_PRETTYDEBUG=y/# CONFIG_CEPH_LIB_PRETTYDEBUG is not set/' config-nodebug @perl -pi -e 's/CONFIG_QUOTA_DEBUG=y/# CONFIG_QUOTA_DEBUG is not set/' config-nodebug @perl -pi -e 's/CONFIG_CPU_NOTIFIER_ERROR_INJECT=m/# CONFIG_CPU_NOTIFIER_ERROR_INJECT is not set/' config-nodebug |