7 lines
126 B
Makefile
7 lines
126 B
Makefile
#
|
|
# Makefile for the usb common parts.
|
|
#
|
|
|
|
obj-$(CONFIG_USB_COMMON) += usb-common.o
|
|
obj-$(CONFIG_USB_OTG_FSM) += usb-otg-fsm.o
|