7e6133aa42
A driver for Wireless USB host controllers that comply with the Wireless Host Controller Interface (HCI) specification as published by Intel. The latest publically available version of the specification (0.95) is supported (except for isochronous transfers). Build fixes by Randy Dunlap <rdunlap@xenotime.net> Signed-off-by: David Vrabel <david.vrabel@csr.com>
11 lines
131 B
Makefile
11 lines
131 B
Makefile
obj-$(CONFIG_USB_WHCI_HCD) += whci-hcd.o
|
|
|
|
whci-hcd-y := \
|
|
asl.o \
|
|
hcd.o \
|
|
hw.o \
|
|
init.o \
|
|
int.o \
|
|
pzl.o \
|
|
qset.o \
|
|
wusb.o
|