Merge ath-next from ath.git
[deliverable/linux.git] / drivers / usb / wusbcore / Makefile
CommitLineData
0a2b8a0d 1ccflags-$(CONFIG_USB_WUSB_CBAF_DEBUG) := -DDEBUG
2
f1fa035f 3obj-$(CONFIG_USB_WUSB) += wusbcore.o
df365423 4obj-$(CONFIG_USB_HWA_HCD) += wusb-wa.o
f1fa035f
FZ
5obj-$(CONFIG_USB_WUSB_CBAF) += wusb-cbaf.o
6
470cc415 7
0a2b8a0d 8wusbcore-y := \
470cc415
GKH
9 crypto.o \
10 devconnect.o \
11 dev-sysfs.o \
12 mmc.o \
13 pal.o \
14 rh.o \
15 reservation.o \
16 security.o \
17 wusbhc.o
870d5395 18
0a2b8a0d 19wusb-cbaf-y := cbaf.o
df365423 20
0a2b8a0d 21wusb-wa-y := \
22 wa-hc.o \
23 wa-nep.o \
24 wa-rpipe.o \
25 wa-xfer.o
This page took 0.564048 seconds and 5 git commands to generate.