summaryrefslogtreecommitdiff
path: root/packages/linux/linux-ezx-2.6.21/mux-fix-makefile.patch
diff options
context:
space:
mode:
authorPaul Sokolovsky <pmiscml@gmail.com>2007-04-30 19:02:38 +0000
committerPaul Sokolovsky <pmiscml@gmail.com>2007-04-30 19:02:38 +0000
commit14d8757a50c592986ccc236b6dcd5bf4b61f894b (patch)
treea96f0e21ef3164146e3f89a22e309f5482869d93 /packages/linux/linux-ezx-2.6.21/mux-fix-makefile.patch
parent85e7e5d440d9090d1e5cb1f384655767971445ce (diff)
parentf1d57e9f9f701f19e1ca2987571d059888bd3035 (diff)
merge of '3744a34d57095e84a89851df9f2cabc7b5a0dd0d'
and 'bdbd61d03008d901627ae17450554a101ca42e5b'
Diffstat (limited to 'packages/linux/linux-ezx-2.6.21/mux-fix-makefile.patch')
-rw-r--r--packages/linux/linux-ezx-2.6.21/mux-fix-makefile.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/packages/linux/linux-ezx-2.6.21/mux-fix-makefile.patch b/packages/linux/linux-ezx-2.6.21/mux-fix-makefile.patch
new file mode 100644
index 0000000000..31452da847
--- /dev/null
+++ b/packages/linux/linux-ezx-2.6.21/mux-fix-makefile.patch
@@ -0,0 +1,14 @@
+Index: linux-2.6.21/drivers/char/Makefile
+===================================================================
+--- linux-2.6.21.orig/drivers/char/Makefile 2007-04-26 20:09:29.000000000 +0200
++++ linux-2.6.21/drivers/char/Makefile 2007-04-26 20:09:46.000000000 +0200
+@@ -104,7 +104,8 @@
+ obj-$(CONFIG_HANGCHECK_TIMER) += hangcheck-timer.o
+ obj-$(CONFIG_TCG_TPM) += tpm/
+
+-obj-$(CONFIG_TS0710_MUX) += ts0710_mux.o ts0710_mux_usb.o
++obj-$(CONFIG_TS0710_MUX_USB) += ts0710_mux_usb.o
++obj-$(CONFIG_TS0710_MUX) += ts0710_mux.o
+
+
+ # Files generated that shall be removed upon make clean