aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/whci/Makefile
blob: 859d20079df61aebc2b4ca60d5f3ba296d7f9ea0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
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