Newer
Older
barebox / drivers / usb / Makefile
@Sascha Hauer Sascha Hauer on 26 Sep 2014 204 bytes USB: MUSB: Add barebox specific changes
obj-$(CONFIG_USB)		+= core/
obj-$(CONFIG_USB_IMX_CHIPIDEA)	+= imx/
obj-$(CONFIG_USB_MUSB)		+= musb/
obj-$(CONFIG_USB_GADGET)	+= gadget/
obj-$(CONFIG_USB_STORAGE)	+= storage/
obj-y += host/
obj-y += otg/