forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-10 cde9070d9970eef1f7ec2360586c802a16230ad8
kernel/drivers/usb/musb/Makefile
....@@ -26,9 +26,6 @@
2626 obj-$(CONFIG_USB_MUSB_SUNXI) += sunxi.o
2727 obj-$(CONFIG_USB_MUSB_MEDIATEK) += mediatek.o
2828
29
-
30
-obj-$(CONFIG_USB_MUSB_AM335X_CHILD) += musb_am335x.o
31
-
3229 # the kconfig must guarantee that only one of the
3330 # possible I/O schemes will be enabled at a time ...
3431 # PIO only, or DMA (several potential schemes).