summaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/Makefile
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2019-07-04 13:02:09 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2019-07-04 13:02:09 +0200
commit332694f8a4f7e49b8b7278734d0ce331f954b20e (patch)
treed99b90e98b23814a59bb6673d2e8d830cbd40168 /drivers/usb/gadget/Makefile
parent8265fb7c2559a4d245fed095b6af97bd8629d233 (diff)
downloadlinux-332694f8a4f7e49b8b7278734d0ce331f954b20e.tar.gz
linux-332694f8a4f7e49b8b7278734d0ce331f954b20e.tar.bz2
linux-332694f8a4f7e49b8b7278734d0ce331f954b20e.zip
Revert "usb:gadget Separated decoding functions from dwc3 driver."
This reverts commit 3db1b636c07e15ff7410db782832dc2e7ffd2bce. It's broken. Reported-by: Stephen Rothwell <sfr@canb.auug.org.au> Cc: Felipe Balbi <balbi@kernel.org> Cc: Pawel Laszczak <pawell@cadence.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/usb/gadget/Makefile')
-rw-r--r--drivers/usb/gadget/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/usb/gadget/Makefile b/drivers/usb/gadget/Makefile
index 500a5a592abe..130dad7130b6 100644
--- a/drivers/usb/gadget/Makefile
+++ b/drivers/usb/gadget/Makefile
@@ -9,6 +9,5 @@ ccflags-y += -I$(srctree)/drivers/usb/gadget/udc
obj-$(CONFIG_USB_LIBCOMPOSITE) += libcomposite.o
libcomposite-y := usbstring.o config.o epautoconf.o
libcomposite-y += composite.o functions.o configfs.o u_f.o
-libcomposite-y += debug.o
obj-$(CONFIG_USB_GADGET) += udc/ function/ legacy/