diff options
Diffstat (limited to 'drivers/usb/atm/Makefile')
-rw-r--r-- | drivers/usb/atm/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/drivers/usb/atm/Makefile b/drivers/usb/atm/Makefile index 4c4a776ab1cd..d40a126e47a3 100644 --- a/drivers/usb/atm/Makefile +++ b/drivers/usb/atm/Makefile | |||
@@ -8,6 +8,4 @@ obj-$(CONFIG_USB_UEAGLEATM) += ueagle-atm.o | |||
8 | obj-$(CONFIG_USB_ATM) += usbatm.o | 8 | obj-$(CONFIG_USB_ATM) += usbatm.o |
9 | obj-$(CONFIG_USB_XUSBATM) += xusbatm.o | 9 | obj-$(CONFIG_USB_XUSBATM) += xusbatm.o |
10 | 10 | ||
11 | ifeq ($(CONFIG_USB_DEBUG),y) | 11 | ccflags-$(CONFIG_USB_DEBUG) := -DDEBUG |
12 | EXTRA_CFLAGS += -DDEBUG | ||
13 | endif | ||