![]() |
|
|||
0001 # SPDX-License-Identifier: GPL-2.0 0002 # 0003 # Makefile for the usb common parts. 0004 # 0005 0006 obj-$(CONFIG_USB_COMMON) += usb-common.o 0007 usb-common-y += common.o 0008 usb-common-$(CONFIG_TRACING) += debug.o 0009 usb-common-$(CONFIG_USB_LED_TRIG) += led.o 0010 0011 obj-$(CONFIG_USB_CONN_GPIO) += usb-conn-gpio.o 0012 obj-$(CONFIG_USB_OTG_FSM) += usb-otg-fsm.o 0013 obj-$(CONFIG_USB_ULPI_BUS) += ulpi.o
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |