mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 13:14:27 +00:00
f187ace80e
There don't appear to be any boards enabling CONFIG_USB_DA8XX, and there is a newer version of the MUSB driver, so let's remove the legacy version of it. Signed-off-by: Adam Ford <aford173@gmail.com> Reviewed-by: Jean-Jacques Hiblot <jjhiblot@ti.com>
9 lines
297 B
Makefile
9 lines
297 B
Makefile
# 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
|