#
#  Makefile for USB OTG Controller Drivers
#

# infrastructure

fusb_otg-objs := usb_otg.o udif_usb_otg.o

ifneq ($(CONFIG_USB_FUSB_OTG_EXTCON), )
	fusb_otg-objs += usb_otg_dwc3_extcon.o
	fusb_otg-objs += usb_otg_dwc2_extcon.o
endif

obj-$(CONFIG_USB_FUSB_OTG)	+= fusb_otg.o
