mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-14 21:10:27 +01:00
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
|