GUI: Fix Tomato RAF theme for all builds. Compilation typo.
[tomato.git] / release / src-rt-6.x.4708 / linux / linux-2.6.36 / drivers / usb / atm / Makefile
blob4c4a776ab1cd3ba3022d6e4574e1f88d450ff549
2 # Makefile for USB ATM/xDSL drivers
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
11 ifeq ($(CONFIG_USB_DEBUG),y)
12 EXTRA_CFLAGS += -DDEBUG
13 endif