diff options
Diffstat (limited to 'kernel/drivers/usb/host/whci/Kbuild')
-rw-r--r-- | kernel/drivers/usb/host/whci/Kbuild | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/kernel/drivers/usb/host/whci/Kbuild b/kernel/drivers/usb/host/whci/Kbuild new file mode 100644 index 000000000..26df01380 --- /dev/null +++ b/kernel/drivers/usb/host/whci/Kbuild @@ -0,0 +1,12 @@ +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 |