summaryrefslogtreecommitdiff
path: root/debian/patches/features/all/speakup/speakup-kbuild.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/features/all/speakup/speakup-kbuild.patch')
-rw-r--r--debian/patches/features/all/speakup/speakup-kbuild.patch14
1 files changed, 7 insertions, 7 deletions
diff --git a/debian/patches/features/all/speakup/speakup-kbuild.patch b/debian/patches/features/all/speakup/speakup-kbuild.patch
index ed417f3d0..9e977a4aa 100644
--- a/debian/patches/features/all/speakup/speakup-kbuild.patch
+++ b/debian/patches/features/all/speakup/speakup-kbuild.patch
@@ -3,10 +3,10 @@ Subject: [PATCH] speakup: integrate into kbuild
--- a/drivers/staging/Kconfig
+++ b/drivers/staging/Kconfig
-@@ -146,6 +146,8 @@
- source "drivers/staging/mrst-touchscreen/Kconfig"
+@@ -152,6 +152,8 @@
+ source "drivers/staging/tidspbridge/Kconfig"
- source "drivers/staging/msm/Kconfig"
+ source "drivers/staging/quickstart/Kconfig"
+
+source "drivers/staging/speakup/Kconfig"
@@ -14,10 +14,10 @@ Subject: [PATCH] speakup: integrate into kbuild
endif # STAGING
--- a/drivers/staging/Makefile
+++ b/drivers/staging/Makefile
-@@ -53,3 +53,4 @@
- obj-$(CONFIG_FB_XGI) += xgifb/
- obj-$(CONFIG_TOUCHSCREEN_MRSTOUCH) += mrst-touchscreen/
- obj-$(CONFIG_MSM_STAGING) += msm/
+@@ -57,3 +57,4 @@
+ obj-$(CONFIG_SOLO6X10) += solo6x10/
+ obj-$(CONFIG_TIDSPBRIDGE) += tidspbridge/
+ obj-$(CONFIG_ACPI_QUICKSTART) += quickstart/
+obj-$(CONFIG_SPEAKUP) += speakup/
--- a/drivers/staging/speakup/Kbuild
+++ b/drivers/staging/speakup/Kbuild