Greg Kroah-Hartman | 3efe891 | 2017-11-06 16:34:07 +0100 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0 |
Laurent Pinchart | 100832a | 2015-01-21 00:56:03 +0200 | [diff] [blame] | 2 | isp1760-y := isp1760-core.o isp1760-if.o |
3 | isp1760-$(CONFIG_USB_ISP1760_HCD) += isp1760-hcd.o | ||||
Laurent Pinchart | 7ef077a | 2015-01-21 00:56:02 +0200 | [diff] [blame] | 4 | isp1760-$(CONFIG_USB_ISP1761_UDC) += isp1760-udc.o |
5 | |||||
6 | obj-$(CONFIG_USB_ISP1760) += isp1760.o |