summaryrefslogtreecommitdiff
path: root/packages/linux/linux-ezx-2.6.20.7/mux-fix-makefile.patch
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openembedded.org>2007-04-23 15:18:09 +0000
committerMarcin Juszkiewicz <hrw@openembedded.org>2007-04-23 15:18:09 +0000
commit8852b5e4efa8bb076177083808aecfc78d97c89a (patch)
treef53f75a6762f566c63592584d01c6f176169ab6e /packages/linux/linux-ezx-2.6.20.7/mux-fix-makefile.patch
parent9d9635a5d882ed339330064b10e80807eebe227f (diff)
parentb04f2db43a5bccd8c3ffc2289ebee9b4369f934d (diff)
merge of '0b26a61d4fccf634b89eaba8f9db28208faa2d9f'
and 'b9551a5d956596f18cf5470cca74515df348392d'
Diffstat (limited to 'packages/linux/linux-ezx-2.6.20.7/mux-fix-makefile.patch')
-rw-r--r--packages/linux/linux-ezx-2.6.20.7/mux-fix-makefile.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/packages/linux/linux-ezx-2.6.20.7/mux-fix-makefile.patch b/packages/linux/linux-ezx-2.6.20.7/mux-fix-makefile.patch
new file mode 100644
index 0000000000..f7884ca524
--- /dev/null
+++ b/packages/linux/linux-ezx-2.6.20.7/mux-fix-makefile.patch
@@ -0,0 +1,14 @@
+Index: linux-2.6.20.7/drivers/char/Makefile
+===================================================================
+--- linux-2.6.20.7.orig/drivers/char/Makefile 2007-04-22 10:51:23.000000000 +0200
++++ linux-2.6.20.7/drivers/char/Makefile 2007-04-22 10:52:48.000000000 +0200
+@@ -101,7 +101,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