162306a36Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0 262306a36Sopenharmony_ci# 362306a36Sopenharmony_ci# Makefile for the usb common parts. 462306a36Sopenharmony_ci# 562306a36Sopenharmony_ci 662306a36Sopenharmony_ciobj-$(CONFIG_USB_COMMON) += usb-common.o 762306a36Sopenharmony_ciusb-common-y += common.o 862306a36Sopenharmony_ciusb-common-$(CONFIG_TRACING) += debug.o 962306a36Sopenharmony_ciusb-common-$(CONFIG_USB_LED_TRIG) += led.o 1062306a36Sopenharmony_ci 1162306a36Sopenharmony_ciobj-$(CONFIG_USB_CONN_GPIO) += usb-conn-gpio.o 1262306a36Sopenharmony_ciobj-$(CONFIG_USB_OTG_FSM) += usb-otg-fsm.o 1362306a36Sopenharmony_ciobj-$(CONFIG_USB_ULPI_BUS) += ulpi.o 14