Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
at v3.18 9 lines 201 B view raw
1# 2# Makefile for the usb common parts. 3# 4 5obj-$(CONFIG_USB_COMMON) += usb-common.o 6usb-common-y += common.o 7usb-common-$(CONFIG_USB_LED_TRIG) += led.o 8 9obj-$(CONFIG_USB_OTG_FSM) += usb-otg-fsm.o