Merge branch 'x86/cleanups' into x86/trampoline
[deliverable/linux.git] / drivers / usb / atm / Makefile
1 #
2 # Makefile for USB ATM/xDSL drivers
3 #
4
5 obj-$(CONFIG_USB_CXACRU) += cxacru.o
6 obj-$(CONFIG_USB_SPEEDTOUCH) += speedtch.o
7 obj-$(CONFIG_USB_UEAGLEATM) += ueagle-atm.o
8 obj-$(CONFIG_USB_ATM) += usbatm.o
9 obj-$(CONFIG_USB_XUSBATM) += xusbatm.o
10
11 ifeq ($(CONFIG_USB_DEBUG),y)
12 EXTRA_CFLAGS += -DDEBUG
13 endif
This page took 0.029731 seconds and 5 git commands to generate.