mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-24 21:54:01 +00:00
b9f6786a88
Enables usb device-tree fixup code to incorporate xhci controller Signed-off-by: Ramneek Mehresh <ramneek.mehresh@nxp.com> Signed-off-by: Sriram Dash <sriram.dash@nxp.com>
7 lines
187 B
Makefile
7 lines
187 B
Makefile
# (C) Copyright 2016 Freescale Semiconductor, Inc.
|
|
#
|
|
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
|
|
obj-$(CONFIG_USB_EHCI_FSL) += fsl-dt-fixup.o
|
|
obj-$(CONFIG_USB_XHCI_FSL) += fsl-dt-fixup.o
|