mirror of
https://github.com/torvalds/linux.git
synced 2024-11-05 19:41:54 +00:00
dcc7461eef
Add asl, pzl and di debugfs files to uwb/uwbN/wusbhc for WHCI host controller. These dump the current ASL, PZL and DI buffer. Signed-off-by: David Vrabel <david.vrabel@csr.com>
13 lines
142 B
Makefile
13 lines
142 B
Makefile
obj-$(CONFIG_USB_WHCI_HCD) += whci-hcd.o
|
|
|
|
whci-hcd-y := \
|
|
asl.o \
|
|
debug.o \
|
|
hcd.o \
|
|
hw.o \
|
|
init.o \
|
|
int.o \
|
|
pzl.o \
|
|
qset.o \
|
|
wusb.o
|