mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-03 01:50:25 +00:00
5b9ce0e28a
Now that the entire dwc3 driver is adapted to compile with uboot build, modify the Makefiles so that the dwc3 driver can be built. Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com> Reviewed-by: Lukasz Majewski <l.majewski@samsung.com>
4 lines
84 B
Makefile
4 lines
84 B
Makefile
#
|
|
# USB peripheral controller drivers
|
|
#
|
|
obj-$(CONFIG_USB_DWC3_GADGET) += udc-core.o
|