diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2011-07-15 15:08:01 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2011-08-04 15:51:51 +0200 |
commit | dcfda673101313472524bfac8c2fe2e1d03c8214 (patch) | |
tree | b81552ff1faf915099ad541f9c963920e23e552f /Makefile.objs | |
parent | 38931fa8cfb074a08ce65fd1982bd4a5bef9d6fb (diff) |
usb-hid: split hid code to hw/hid.[ch]
Almost pure code motion. Unstatic hid interface functions and add
them to the header file. Some renames. Some code style cleanups.
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'Makefile.objs')
-rw-r--r-- | Makefile.objs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.objs b/Makefile.objs index 3d1a4de33c..eb5e1dcece 100644 --- a/Makefile.objs +++ b/Makefile.objs @@ -89,6 +89,7 @@ common-obj-y += i2c.o smbus.o smbus_eeprom.o common-obj-y += eeprom93xx.o common-obj-y += scsi-disk.o cdrom.o common-obj-y += scsi-generic.o scsi-bus.o +common-obj-y += hid.o common-obj-y += usb.o usb-hub.o usb-$(HOST_USB).o usb-hid.o usb-msd.o usb-wacom.o common-obj-y += usb-serial.o usb-net.o usb-bus.o usb-desc.o common-obj-$(CONFIG_SSI) += ssi.o |