mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-10-02 03:01:31 +02:00
Add common usb code which usb drivers makes use of it. Signed-off-by: Mugunthan V N <mugunthanvnm@ti.com> Reviewed-by: Simon Glass <sjg@chromium.org>
9 lines
220 B
Makefile
9 lines
220 B
Makefile
# (C) Copyright 2016 Freescale Semiconductor, Inc.
|
|
#
|
|
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
|
|
obj-$(CONFIG_DM_USB) += common.o
|
|
obj-$(CONFIG_USB_EHCI_FSL) += fsl-dt-fixup.o
|
|
obj-$(CONFIG_USB_XHCI_FSL) += fsl-dt-fixup.o
|