xref: /linux/drivers/usb/atm/Makefile (revision df24e1783e6e0eb3dc0e3ba5a8df3bb0cc537408)
1# SPDX-License-Identifier: GPL-2.0
2#
3# Makefile for USB ATM/xDSL drivers
4#
5obj-$(CONFIG_USB_CXACRU)	+= cxacru.o
6obj-$(CONFIG_USB_SPEEDTOUCH)	+= speedtch.o
7obj-$(CONFIG_USB_UEAGLEATM)	+= ueagle-atm.o
8obj-$(CONFIG_USB_ATM)		+= usbatm.o
9obj-$(CONFIG_USB_XUSBATM)	+= xusbatm.o
10