JustOS/linux-6.13/drivers/usb/fotg210/Makefile
justuser 02e73b8cd9 up
2025-01-24 17:00:19 +03:00

7 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