summaryrefslogtreecommitdiffstats
path: root/drivers/usb/dwc3/Makefile
blob: d43b23eb2d922168cd08f5a514235905fe5f1b4a (plain)
1
2
3
4
5
6
7
8
9
10
# SPDX-License-Identifier: GPL-2.0

obj-$(CONFIG_USB_DWC3)			+= dwc3.o

dwc3-y					:= core.o

ifneq ($(filter y,$(CONFIG_USB_DWC3_HOST)),)
	dwc3-y				+= host.o
endif