mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-27 01:10:52 +07:00
100832abf0
Enable compilation of the isp1760 driver in pure host mode, pure device mode, or dual-role mode. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Felipe Balbi <balbi@ti.com>
6 lines
183 B
Makefile
6 lines
183 B
Makefile
isp1760-y := isp1760-core.o isp1760-if.o
|
|
isp1760-$(CONFIG_USB_ISP1760_HCD) += isp1760-hcd.o
|
|
isp1760-$(CONFIG_USB_ISP1761_UDC) += isp1760-udc.o
|
|
|
|
obj-$(CONFIG_USB_ISP1760) += isp1760.o
|