summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJosh Boyer <jwboyer@fedoraproject.org>2014-05-03 08:52:49 -0400
committerJosh Boyer <jwboyer@fedoraproject.org>2014-05-03 08:52:49 -0400
commit551aab62b808e07531299ac6f9f049f3c0d0a6a2 (patch)
treef5192b4ba1df80e57c656e0f595205378f8cdb8f /Makefile
parent57f790f0a3a22f06a99b6a702871bc1b851c3e5c (diff)
downloadkernel-551aab62b808e07531299ac6f9f049f3c0d0a6a2.tar.gz
kernel-551aab62b808e07531299ac6f9f049f3c0d0a6a2.tar.xz
kernel-551aab62b808e07531299ac6f9f049f3c0d0a6a2.zip
Fix up Provides on kernel-module variant packages
- Enable CONFIG_USB_UAS unconditionally per Hans
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 13cb2e651..386683b38 100644
--- a/Makefile
+++ b/Makefile
@@ -99,9 +99,6 @@ debug:
@perl -pi -e 's/# CONFIG_MAXSMP is not set/CONFIG_MAXSMP=y/' config-x86-generic
- @# Try out UAS in rawhide builds.
- @perl -pi -e 's/# CONFIG_USB_UAS is not set/CONFIG_USB_UAS=m/' config-generic
-
@perl -pi -e 's/^%define debugbuildsenabled 1/%define debugbuildsenabled 0/' kernel.spec
@rpmdev-bumpspec -c "Reenable debugging options." kernel.spec