summaryrefslogtreecommitdiffstats
path: root/uClinux-2.4.20-uc1/drivers/usb/wbusbd/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'uClinux-2.4.20-uc1/drivers/usb/wbusbd/Makefile')
-rwxr-xr-xuClinux-2.4.20-uc1/drivers/usb/wbusbd/Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/uClinux-2.4.20-uc1/drivers/usb/wbusbd/Makefile b/uClinux-2.4.20-uc1/drivers/usb/wbusbd/Makefile
new file mode 100755
index 0000000..67c0de1
--- /dev/null
+++ b/uClinux-2.4.20-uc1/drivers/usb/wbusbd/Makefile
@@ -0,0 +1,13 @@
+#
+ # Makefile for USB peripheral controller and gadget drivers
+ # for kbuild 2.4
+ #
+
+O_TARGET := w90n745_usbd.o
+
+obj-$(CONFIG_WINBOND_USBD_MASS) += w90n745_mass.o
+obj-$(CONFIG_WINBOND_USBD_VCOM) += w90n745_vcom.o
+
+#export-objs := w90n745_usb.o
+
+include $(TOPDIR)/Rules.make