1
0
Fork 0
android_kernel_rockchip_tart/drivers/usb/fotg210/Makefile
2025-06-27 00:32:42 -05:00

6 lines
209 B
Makefile

# SPDX-License-Identifier: GPL-2.0
obj-$(CONFIG_USB_FOTG210) += fotg210.o
fotg210-y := fotg210-core.o
fotg210-$(CONFIG_USB_FOTG210_HCD) += fotg210-hcd.o
fotg210-$(CONFIG_USB_FOTG210_UDC) += fotg210-udc.o