diff options
Diffstat (limited to 'roms/u-boot/drivers/usb/musb/Makefile')
-rw-r--r-- | roms/u-boot/drivers/usb/musb/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/roms/u-boot/drivers/usb/musb/Makefile b/roms/u-boot/drivers/usb/musb/Makefile new file mode 100644 index 000000000..744f2cfaa --- /dev/null +++ b/roms/u-boot/drivers/usb/musb/Makefile @@ -0,0 +1,9 @@ +# SPDX-License-Identifier: GPL-2.0+ +# +# (C) Copyright 2000-2007 +# Wolfgang Denk, DENX Software Engineering, wd@denx.de. + +obj-$(CONFIG_USB_MUSB_HCD) += musb_hcd.o musb_core.o +obj-$(CONFIG_USB_MUSB_UDC) += musb_udc.o musb_core.o +obj-$(CONFIG_USB_OMAP3) += omap3.o +obj-$(CONFIG_USB_AM35X) += am35x.o |