#
# Makefile for DWC_otg Highspeed USB controller driver
#

#obj-$(CONFIG_DWC_OTG_USB) += dwc_otg.o

obj-y	+= dwc_otg/
obj-y += usb_poll.o

usb_poll-y := poll_entry.o poll_usb_desc.o


