aboutsummaryrefslogtreecommitdiffstats
path: root/packages/linux/linux-ezx-2.6.23/patches/mux-fix-makefile.patch
blob: 9e5ae182632f702db40a3cd0cbd861d74aa51eff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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