mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-08-18 21:21:26 +02:00
Use XPL_ as the symbol to indicate an SPL build. This means that SPL_ is no-longer set. Signed-off-by: Simon Glass <sjg@chromium.org>
13 lines
415 B
Makefile
13 lines
415 B
Makefile
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
# (C) Copyright 2016 Freescale Semiconductor, Inc.
|
|
#
|
|
|
|
obj-$(CONFIG_$(XPL_)DM_USB) += common.o
|
|
obj-$(CONFIG_USB_ISP1760) += usb_urb.o
|
|
obj-$(CONFIG_USB_MUSB_HOST) += usb_urb.o
|
|
obj-$(CONFIG_USB_MUSB_GADGET) += usb_urb.o
|
|
obj-$(CONFIG_USB_R8A66597_HCD) += usb_urb.o
|
|
obj-$(CONFIG_USB_EHCI_FSL) += fsl-dt-fixup.o fsl-errata.o
|
|
obj-$(CONFIG_USB_XHCI_FSL) += fsl-dt-fixup.o fsl-errata.o
|