diff options
author | Koen Kooi <koen@openembedded.org> | 2007-04-27 13:30:16 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-04-27 13:30:16 +0000 |
commit | db477f6aecf039a72161e247362b979f9e172e4a (patch) | |
tree | 63764cd3a79eef3388f9542e1e97b83951acbfc2 /packages/linux/linux-ezx-2.6.21/mux-fix-makefile.patch | |
parent | 3337df0371d7484280e9470c998dcc1cc9b86542 (diff) |
linux-ezx: add experimental 2.6.21 kernel for a780
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.patch | 14 |
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 |