diff options
author | Dave Jones <davej@redhat.com> | 2005-11-21 17:56:52 +0300 |
---|---|---|
committer | Dave Jones <davej@redhat.com> | 2005-11-21 17:56:52 +0300 |
commit | e7e37ee9c547213d726b29c2510cbb6696050405 (patch) | |
tree | 50c45625de666b23f209d79eb1bfae05c64feee9 /drivers/usb/net/Makefile | |
parent | c243f1f1f6545985afcc6adf1fc085729029c3ee (diff) | |
parent | db93a82fa9d8b4d6e31c227922eaae829253bb88 (diff) | |
download | linux-e7e37ee9c547213d726b29c2510cbb6696050405.tar.xz |
Merge ../linus/
Diffstat (limited to 'drivers/usb/net/Makefile')
-rw-r--r-- | drivers/usb/net/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/usb/net/Makefile b/drivers/usb/net/Makefile index 222c0495f791..a21e6eaabaf6 100644 --- a/drivers/usb/net/Makefile +++ b/drivers/usb/net/Makefile @@ -16,3 +16,7 @@ obj-$(CONFIG_USB_NET_CDC_SUBSET) += cdc_subset.o obj-$(CONFIG_USB_NET_ZAURUS) += zaurus.o obj-$(CONFIG_USB_USBNET) += usbnet.o obj-$(CONFIG_USB_ZD1201) += zd1201.o + +ifeq ($(CONFIG_USB_DEBUG),y) +EXTRA_CFLAGS += -DDEBUG +endif |