Newer
Older
barebox / drivers / usb / dwc3 / Makefile
@Andrey Smirnov Andrey Smirnov on 22 Feb 2019 167 bytes usb: Import DWC3 USB controller driver from Linux
# 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