8 lines
123 B
Makefile
8 lines
123 B
Makefile
|
|
#
|
||
|
|
# USB peripheral controller drivers
|
||
|
|
#
|
||
|
|
# SPDX-License-Identifier: GPL-2.0+
|
||
|
|
#
|
||
|
|
|
||
|
|
obj-$(CONFIG_USB_DWC3_GADGET) += udc-core.o
|