mirror of
https://github.com/torvalds/linux
synced 2024-11-05 18:23:50 +00:00
1b101ceb91
Remove the old crisv10 HCD ... it can't have built for some time, doesn't even have a Kconfig entry, was the last driver not to have been converted to the "hcd" framework, and considering the usbcore changes since its last patch was merged, has just got to buggy as all get-out. I'm told Axis has a new driver, and will be submitting it soon. Signed-off-by: David Brownell <dbrownell@users.sourceforge.net> Cc: Mikael Starvik <mikael.starvik@axis.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
72 lines
2 KiB
Makefile
72 lines
2 KiB
Makefile
#
|
|
# Makefile for the kernel USB device drivers.
|
|
#
|
|
|
|
# Object files in subdirectories
|
|
|
|
obj-$(CONFIG_USB) += core/
|
|
|
|
obj-$(CONFIG_USB_MON) += mon/
|
|
|
|
obj-$(CONFIG_PCI) += host/
|
|
obj-$(CONFIG_USB_EHCI_HCD) += host/
|
|
obj-$(CONFIG_USB_ISP116X_HCD) += host/
|
|
obj-$(CONFIG_USB_OHCI_HCD) += host/
|
|
obj-$(CONFIG_USB_UHCI_HCD) += host/
|
|
obj-$(CONFIG_USB_SL811_HCD) += host/
|
|
obj-$(CONFIG_USB_U132_HCD) += host/
|
|
obj-$(CONFIG_USB_OHCI_AT91) += host/
|
|
|
|
obj-$(CONFIG_USB_ACM) += class/
|
|
obj-$(CONFIG_USB_PRINTER) += class/
|
|
|
|
obj-$(CONFIG_USB_STORAGE) += storage/
|
|
obj-$(CONFIG_USB) += storage/
|
|
|
|
obj-$(CONFIG_USB_ACECAD) += input/
|
|
obj-$(CONFIG_USB_AIPTEK) += input/
|
|
obj-$(CONFIG_USB_ATI_REMOTE) += input/
|
|
obj-$(CONFIG_USB_HID) += input/
|
|
obj-$(CONFIG_USB_KBD) += input/
|
|
obj-$(CONFIG_USB_KBTAB) += input/
|
|
obj-$(CONFIG_USB_MOUSE) += input/
|
|
obj-$(CONFIG_USB_MTOUCH) += input/
|
|
obj-$(CONFIG_USB_POWERMATE) += input/
|
|
obj-$(CONFIG_USB_WACOM) += input/
|
|
obj-$(CONFIG_USB_XPAD) += input/
|
|
|
|
obj-$(CONFIG_USB_CATC) += net/
|
|
obj-$(CONFIG_USB_KAWETH) += net/
|
|
obj-$(CONFIG_USB_PEGASUS) += net/
|
|
obj-$(CONFIG_USB_RTL8150) += net/
|
|
obj-$(CONFIG_USB_USBNET) += net/
|
|
obj-$(CONFIG_USB_ZD1201) += net/
|
|
|
|
obj-$(CONFIG_USB_MDC800) += image/
|
|
obj-$(CONFIG_USB_MICROTEK) += image/
|
|
|
|
obj-$(CONFIG_USB_SERIAL) += serial/
|
|
|
|
obj-$(CONFIG_USB_ADUTUX) += misc/
|
|
obj-$(CONFIG_USB_APPLEDISPLAY) += misc/
|
|
obj-$(CONFIG_USB_AUERSWALD) += misc/
|
|
obj-$(CONFIG_USB_BERRY_CHARGE) += misc/
|
|
obj-$(CONFIG_USB_CYPRESS_CY7C63)+= misc/
|
|
obj-$(CONFIG_USB_CYTHERM) += misc/
|
|
obj-$(CONFIG_USB_EMI26) += misc/
|
|
obj-$(CONFIG_USB_EMI62) += misc/
|
|
obj-$(CONFIG_USB_FTDI_ELAN) += misc/
|
|
obj-$(CONFIG_USB_IDMOUSE) += misc/
|
|
obj-$(CONFIG_USB_LCD) += misc/
|
|
obj-$(CONFIG_USB_LD) += misc/
|
|
obj-$(CONFIG_USB_LED) += misc/
|
|
obj-$(CONFIG_USB_LEGOTOWER) += misc/
|
|
obj-$(CONFIG_USB_PHIDGETSERVO) += misc/
|
|
obj-$(CONFIG_USB_RIO500) += misc/
|
|
obj-$(CONFIG_USB_SISUSBVGA) += misc/
|
|
obj-$(CONFIG_USB_TEST) += misc/
|
|
obj-$(CONFIG_USB_TRANCEVIBRATOR)+= misc/
|
|
obj-$(CONFIG_USB_USS720) += misc/
|
|
|
|
obj-$(CONFIG_USB_ATM) += atm/
|
|
obj-$(CONFIG_USB_SPEEDTOUCH) += atm/
|