aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/whci/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/usb/host/whci/Makefile')
-rw-r--r--drivers/usb/host/whci/Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/drivers/usb/host/whci/Makefile b/drivers/usb/host/whci/Makefile
new file mode 100644
index 000000000000..859d20079df6
--- /dev/null
+++ b/drivers/usb/host/whci/Makefile
@@ -0,0 +1,14 @@
+# SPDX-License-Identifier: GPL-2.0
+
+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