diff options
Diffstat (limited to 'drivers/usb/input/Makefile')
-rw-r--r-- | drivers/usb/input/Makefile | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/drivers/usb/input/Makefile b/drivers/usb/input/Makefile deleted file mode 100644 index 284a0734e0cd..000000000000 --- a/drivers/usb/input/Makefile +++ /dev/null | |||
@@ -1,24 +0,0 @@ | |||
1 | # | ||
2 | # Makefile for the USB input drivers | ||
3 | # | ||
4 | |||
5 | # Multipart objects. | ||
6 | wacom-objs := wacom_wac.o wacom_sys.o | ||
7 | |||
8 | obj-$(CONFIG_USB_AIPTEK) += aiptek.o | ||
9 | obj-$(CONFIG_USB_ATI_REMOTE) += ati_remote.o | ||
10 | obj-$(CONFIG_USB_ATI_REMOTE2) += ati_remote2.o | ||
11 | obj-$(CONFIG_USB_KBTAB) += kbtab.o | ||
12 | obj-$(CONFIG_USB_KEYSPAN_REMOTE) += keyspan_remote.o | ||
13 | obj-$(CONFIG_USB_TOUCHSCREEN) += usbtouchscreen.o | ||
14 | obj-$(CONFIG_USB_POWERMATE) += powermate.o | ||
15 | obj-$(CONFIG_USB_WACOM) += wacom.o | ||
16 | obj-$(CONFIG_USB_ACECAD) += acecad.o | ||
17 | obj-$(CONFIG_USB_YEALINK) += yealink.o | ||
18 | obj-$(CONFIG_USB_XPAD) += xpad.o | ||
19 | obj-$(CONFIG_USB_APPLETOUCH) += appletouch.o | ||
20 | obj-$(CONFIG_USB_GTCO) += gtco.o | ||
21 | |||
22 | ifeq ($(CONFIG_USB_DEBUG),y) | ||
23 | EXTRA_CFLAGS += -DDEBUG | ||
24 | endif | ||