summaryrefslogtreecommitdiffstats
path: root/uClinux-2.4.20-uc1/drivers/usb/wbusbd/Makefile
blob: 9972ba30d95e855028b439ef8a0c863f20aaefe9 (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