public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Correct bad CONFIG names in drivers/usb/input/Makefile.
@ 2007-03-26 22:08 Robert P. J. Day
  2007-03-27  3:01 ` Dmitry Torokhov
  0 siblings, 1 reply; 2+ messages in thread
From: Robert P. J. Day @ 2007-03-26 22:08 UTC (permalink / raw)
  To: Linux Kernel Mailing List; +Cc: Greg KH, dtor


Correct the incorrect CONFIG_ variables currently in
drivers/usb/input/Makefile that prevent three of the touchscreen
source files from being built.

Signed-off-by: Robert P. J. Day <rpjday@mindspring.com>

---

it *looks* like this is the right fix, but i'm just on my way out the
door so i'll leave it to others to verify.

diff --git a/drivers/usb/input/Makefile b/drivers/usb/input/Makefile
index a9d206c..198337f 100644
--- a/drivers/usb/input/Makefile
+++ b/drivers/usb/input/Makefile
@@ -38,9 +38,9 @@ obj-$(CONFIG_USB_KBD)		+= usbkbd.o
 obj-$(CONFIG_USB_KBTAB)		+= kbtab.o
 obj-$(CONFIG_USB_KEYSPAN_REMOTE)	+= keyspan_remote.o
 obj-$(CONFIG_USB_MOUSE)		+= usbmouse.o
-obj-$(CONFIG_USB_MTOUCH)	+= mtouchusb.o
-obj-$(CONFIG_USB_ITMTOUCH)	+= itmtouch.o
-obj-$(CONFIG_USB_EGALAX)	+= touchkitusb.o
+obj-$(CONFIG_USB_TOUCHSCREEN_3M)	+= mtouchusb.o
+obj-$(CONFIG_USB_TOUCHSCREEN_ITM)	+= itmtouch.o
+obj-$(CONFIG_USB_TOUCHSCREEN_EGALAX)	+= touchkitusb.o
 obj-$(CONFIG_USB_TOUCHSCREEN)	+= usbtouchscreen.o
 obj-$(CONFIG_USB_POWERMATE)	+= powermate.o
 obj-$(CONFIG_USB_WACOM)		+= wacom.o
-- 
========================================================================
Robert P. J. Day
Linux Consulting, Training and Annoying Kernel Pedantry
Waterloo, Ontario, CANADA

http://fsdev.net/wiki/index.php?title=Main_Page
========================================================================

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-03-27  3:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-03-26 22:08 [PATCH] Correct bad CONFIG names in drivers/usb/input/Makefile Robert P. J. Day
2007-03-27  3:01 ` Dmitry Torokhov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox