projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1892bf9
)
usb: gadget: Makefile: remove ccflags-y
author
Linyu Yuan
<quic_linyyuan@quicinc.com>
Tue, 15 Mar 2022 08:42:31 +0000
(16:42 +0800)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Fri, 18 Mar 2022 11:56:08 +0000
(12:56 +0100)
No header file used from udc directory, so remove line below
ccflags-y += -I$(srctree)/drivers/usb/gadget/udc.
Signed-off-by: Linyu Yuan <quic_linyyuan@quicinc.com>
Link:
https://lore.kernel.org/r/1647333751-32367-1-git-send-email-quic_linyyuan@quicinc.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/gadget/Makefile
patch
|
blob
|
history
diff --git
a/drivers/usb/gadget/Makefile
b/drivers/usb/gadget/Makefile
index 130dad7130b65a738882f84219099c7f1b166213..33f1ef91b0464ffd16c614d714e21d6a3ce50f35 100644
(file)
--- a/
drivers/usb/gadget/Makefile
+++ b/
drivers/usb/gadget/Makefile
@@
-4,7
+4,6
@@
#
subdir-ccflags-$(CONFIG_USB_GADGET_DEBUG) := -DDEBUG
subdir-ccflags-$(CONFIG_USB_GADGET_VERBOSE) += -DVERBOSE_DEBUG
-ccflags-y += -I$(srctree)/drivers/usb/gadget/udc
obj-$(CONFIG_USB_LIBCOMPOSITE) += libcomposite.o
libcomposite-y := usbstring.o config.o epautoconf.o