diff options
author | Koen Kooi <koen@openembedded.org> | 2007-10-25 10:31:01 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-10-25 10:31:01 +0000 |
commit | 94c3777fa5fc58845643fd6fe384b15b269cc77c (patch) | |
tree | 804a5cb45759c0e9ae1bb6f3901d10bf6ee3919d /packages/linux/linux-ezx-2.6.23/patches/mux-fix-makefile.patch | |
parent | d3368a25f2087798de52005aacb7b532e516d380 (diff) |
linux-ezx: add 2.6.23
Diffstat (limited to 'packages/linux/linux-ezx-2.6.23/patches/mux-fix-makefile.patch')
-rw-r--r-- | packages/linux/linux-ezx-2.6.23/patches/mux-fix-makefile.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/packages/linux/linux-ezx-2.6.23/patches/mux-fix-makefile.patch b/packages/linux/linux-ezx-2.6.23/patches/mux-fix-makefile.patch new file mode 100644 index 0000000000..9e5ae18263 --- /dev/null +++ b/packages/linux/linux-ezx-2.6.23/patches/mux-fix-makefile.patch @@ -0,0 +1,14 @@ +Index: linux-2.6.23/drivers/char/Makefile +=================================================================== +--- linux-2.6.23.orig/drivers/char/Makefile 2007-10-22 22:26:50.000000000 +0200 ++++ linux-2.6.23/drivers/char/Makefile 2007-10-22 22:26:59.000000000 +0200 +@@ -111,7 +111,8 @@ + obj-$(CONFIG_JS_RTC) += js-rtc.o + js-rtc-y = rtc.o + +-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 |