rjw | 1f88458 | 2022-01-06 17:20:42 +0800 | [diff] [blame^] | 1 | # SPDX-License-Identifier: GPL-2.0 |
2 | # | ||||
3 | # Makefile for the usb common parts. | ||||
4 | # | ||||
5 | |||||
6 | obj-$(CONFIG_USB_COMMON) += usb-common.o | ||||
7 | usb-common-y += common.o | ||||
8 | usb-common-$(CONFIG_USB_LED_TRIG) += led.o | ||||
9 | |||||
10 | obj-$(CONFIG_USB_OTG_FSM) += usb-otg-fsm.o | ||||
11 | obj-$(CONFIG_USB_ULPI_BUS) += ulpi.o |