summaryrefslogtreecommitdiffstats
path: root/drivers/usb/Makefile
blob: be4b37141335d0af87b68d082205da73026ff55f (plain)
1
2
3
4
5
6
obj-$(CONFIG_USB)		+= core/
obj-$(CONFIG_USB_GADGET)	+= gadget/
obj-$(CONFIG_USB_STORAGE)	+= storage/
obj-y += host/
obj-y += otg/