xref: /openbmc/linux/drivers/usb/atm/Makefile (revision 2e7c04aec86758e0adfcad4a24c86593b45807a3)
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