xref: /kernel/linux/linux-6.6/drivers/usb/isp1760/Makefile (revision 62306a36)
  • Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /kernel/linux/linux-6.6/drivers/usb/isp1760/
1# SPDX-License-Identifier: GPL-2.0
2isp1760-y := isp1760-core.o isp1760-if.o
3isp1760-$(CONFIG_USB_ISP1760_HCD) += isp1760-hcd.o
4isp1760-$(CONFIG_USB_ISP1761_UDC) += isp1760-udc.o
5
6obj-$(CONFIG_USB_ISP1760)	+= isp1760.o
7

Indexes created Thu Nov 07 10:32:03 CST 2024