summaryrefslogtreecommitdiffstats
path: root/uClinux-2.4.20-uc1/drivers/usb/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'uClinux-2.4.20-uc1/drivers/usb/Makefile')
-rw-r--r--uClinux-2.4.20-uc1/drivers/usb/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/uClinux-2.4.20-uc1/drivers/usb/Makefile b/uClinux-2.4.20-uc1/drivers/usb/Makefile
index f927f5a..1c38089 100644
--- a/uClinux-2.4.20-uc1/drivers/usb/Makefile
+++ b/uClinux-2.4.20-uc1/drivers/usb/Makefile
@@ -73,7 +73,6 @@ obj-$(CONFIG_USB_AUDIO) += audio.o
obj-$(CONFIG_USB_EMI26) += emi26.o
obj-$(CONFIG_USB_MIDI) += usb-midi.o
obj-$(CONFIG_USB_IBMCAM) += ibmcam.o usbvideo.o ultracam.o
-obj-$(CONFIG_USB_W99683) += W99683.o
obj-$(CONFIG_USB_PWC) += pwc.o
obj-$(CONFIG_USB_DC2XX) += dc2xx.o
obj-$(CONFIG_USB_MDC800) += mdc800.o
@@ -100,7 +99,7 @@ obj-$(CONFIG_USB_BRLVGER) += brlvger.o
obj-$(CONFIG_USB_LCD) += usblcd.o
# Object files in subdirectories
-mod-subdirs := serial hcd
+mod-subdirs := serial hcd wbusbd
subdir-$(CONFIG_USB_SERIAL) += serial
subdir-$(CONFIG_USB_STORAGE) += storage
@@ -109,6 +108,9 @@ ifeq ($(CONFIG_USB_SERIAL),y)
obj-y += serial/usb-serial.o
endif
+obj-$(CONFIG_WINBOND_USBD) += wbusbd/w90n745_usbd.o
+subdir-$(CONFIG_WINBOND_USBD) += wbusbd
+
ifeq ($(CONFIG_USB_STORAGE),y)
obj-y += storage/storage.o
endif