1## SPDX-License-Identifier: GPL-2.0-only 2 3bootblock-$(CONFIG_USBDEBUG) += ehci_debug.c pci_ehci.c console.c gadget.c 4verstage-$(CONFIG_USBDEBUG) += ehci_debug.c console.c 5romstage-$(CONFIG_USBDEBUG) += ehci_debug.c pci_ehci.c console.c gadget.c 6postcar-$(CONFIG_USBDEBUG) += ehci_debug.c console.c 7 8ramstage-$(CONFIG_USBDEBUG) += ehci_debug.c pci_ehci.c console.c gadget.c 9