Loading drivers/usb/atm/Makefile +1 −3 Original line number Diff line number Diff line Loading @@ -8,6 +8,4 @@ obj-$(CONFIG_USB_UEAGLEATM) += ueagle-atm.o obj-$(CONFIG_USB_ATM) += usbatm.o obj-$(CONFIG_USB_XUSBATM) += xusbatm.o ifeq ($(CONFIG_USB_DEBUG),y) EXTRA_CFLAGS += -DDEBUG endif ccflags-$(CONFIG_USB_DEBUG) := -DDEBUG drivers/usb/core/Makefile +1 −3 Original line number Diff line number Diff line Loading @@ -16,6 +16,4 @@ endif obj-$(CONFIG_USB) += usbcore.o ifeq ($(CONFIG_USB_DEBUG),y) EXTRA_CFLAGS += -DDEBUG endif ccflags-$(CONFIG_USB_DEBUG) := -DDEBUG drivers/usb/gadget/Makefile +1 −3 Original line number Diff line number Diff line # # USB peripheral controller drivers # ifeq ($(CONFIG_USB_GADGET_DEBUG),y) EXTRA_CFLAGS += -DDEBUG endif ccflags-$(CONFIG_USB_GADGET_DEBUG) := -DDEBUG obj-$(CONFIG_USB_DUMMY_HCD) += dummy_hcd.o obj-$(CONFIG_USB_NET2280) += net2280.o Loading drivers/usb/host/Makefile +1 −3 Original line number Diff line number Diff line Loading @@ -2,9 +2,7 @@ # Makefile for USB Host Controller Drivers # ifeq ($(CONFIG_USB_DEBUG),y) EXTRA_CFLAGS += -DDEBUG endif ccflags-$(CONFIG_USB_DEBUG) := -DDEBUG isp1760-objs := isp1760-hcd.o isp1760-if.o fhci-objs := fhci-hcd.o fhci-hub.o fhci-q.o fhci-mem.o \ Loading drivers/usb/misc/Makefile +1 −3 Original line number Diff line number Diff line Loading @@ -26,6 +26,4 @@ obj-$(CONFIG_USB_YUREX) += yurex.o obj-$(CONFIG_USB_SISUSBVGA) += sisusbvga/ ifeq ($(CONFIG_USB_DEBUG),y) EXTRA_CFLAGS += -DDEBUG endif ccflags-$(CONFIG_USB_DEBUG) := -DDEBUG Loading
drivers/usb/atm/Makefile +1 −3 Original line number Diff line number Diff line Loading @@ -8,6 +8,4 @@ obj-$(CONFIG_USB_UEAGLEATM) += ueagle-atm.o obj-$(CONFIG_USB_ATM) += usbatm.o obj-$(CONFIG_USB_XUSBATM) += xusbatm.o ifeq ($(CONFIG_USB_DEBUG),y) EXTRA_CFLAGS += -DDEBUG endif ccflags-$(CONFIG_USB_DEBUG) := -DDEBUG
drivers/usb/core/Makefile +1 −3 Original line number Diff line number Diff line Loading @@ -16,6 +16,4 @@ endif obj-$(CONFIG_USB) += usbcore.o ifeq ($(CONFIG_USB_DEBUG),y) EXTRA_CFLAGS += -DDEBUG endif ccflags-$(CONFIG_USB_DEBUG) := -DDEBUG
drivers/usb/gadget/Makefile +1 −3 Original line number Diff line number Diff line # # USB peripheral controller drivers # ifeq ($(CONFIG_USB_GADGET_DEBUG),y) EXTRA_CFLAGS += -DDEBUG endif ccflags-$(CONFIG_USB_GADGET_DEBUG) := -DDEBUG obj-$(CONFIG_USB_DUMMY_HCD) += dummy_hcd.o obj-$(CONFIG_USB_NET2280) += net2280.o Loading
drivers/usb/host/Makefile +1 −3 Original line number Diff line number Diff line Loading @@ -2,9 +2,7 @@ # Makefile for USB Host Controller Drivers # ifeq ($(CONFIG_USB_DEBUG),y) EXTRA_CFLAGS += -DDEBUG endif ccflags-$(CONFIG_USB_DEBUG) := -DDEBUG isp1760-objs := isp1760-hcd.o isp1760-if.o fhci-objs := fhci-hcd.o fhci-hub.o fhci-q.o fhci-mem.o \ Loading
drivers/usb/misc/Makefile +1 −3 Original line number Diff line number Diff line Loading @@ -26,6 +26,4 @@ obj-$(CONFIG_USB_YUREX) += yurex.o obj-$(CONFIG_USB_SISUSBVGA) += sisusbvga/ ifeq ($(CONFIG_USB_DEBUG),y) EXTRA_CFLAGS += -DDEBUG endif ccflags-$(CONFIG_USB_DEBUG) := -DDEBUG