Skip to content

Commit

Permalink
drivers/net/usb/Makefile - shrink logspam
Browse files Browse the repository at this point in the history
When building with CONFIG_USB_DEBUG, don't create logspam from
the USB networking drivers.

Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
David Brownell authored and David S. Miller committed Oct 9, 2008
1 parent 8b76ab3 commit 21ce4ff
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions drivers/net/usb/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,3 @@ obj-$(CONFIG_USB_NET_ZAURUS) += zaurus.o
obj-$(CONFIG_USB_NET_MCS7830) += mcs7830.o
obj-$(CONFIG_USB_USBNET) += usbnet.o

ifeq ($(CONFIG_USB_DEBUG),y)
EXTRA_CFLAGS += -DDEBUG
endif

0 comments on commit 21ce4ff

Please sign in to comment.