diff options
author | Ping Cheng <pingc@wacom.com> | 2006-07-13 21:01:36 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2006-09-27 14:58:52 -0400 |
commit | 3bea733ab21247290bd552dd6a2cd3049af9adef (patch) | |
tree | 26a879698f47702b64e07392a0e813b7ec2589f6 /drivers/usb/input/Makefile | |
parent | ecdc0a590268f1926ed8534a040a390c77d20948 (diff) |
USB: wacom tablet driver reorganization
- split wacom.c into 4 files: wacom.h, wacom_wac.h, wacom_sys.c, and wacom_wac.c
- where wacom_sys.c deals with system specific code,
- and wacom_wac.c deals with Wacom specific code
Signed-off-by: Ping Cheng <pingc@wacom.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/usb/input/Makefile')
-rw-r--r-- | drivers/usb/input/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/input/Makefile b/drivers/usb/input/Makefile index 764114529c56..b220435c2409 100644 --- a/drivers/usb/input/Makefile +++ b/drivers/usb/input/Makefile | |||
@@ -3,6 +3,7 @@ | |||
3 | # | 3 | # |
4 | 4 | ||
5 | # Multipart objects. | 5 | # Multipart objects. |
6 | wacom-objs := wacom_sys.o wacom_wac.o | ||
6 | usbhid-objs := hid-core.o | 7 | usbhid-objs := hid-core.o |
7 | 8 | ||
8 | # Optional parts of multipart objects. | 9 | # Optional parts of multipart objects. |