summaryrefslogtreecommitdiffstats
path: root/uClinux-2.4.20-uc1/drivers/usb/wbusbd/Makefile
blob: 67c0de1348821e28e585dfb98e518fd1ae504808 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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