Skip to content

Commit 5cd601e

Browse files
Linyu Yuangregkh
authored andcommitted
usb: gadget: Makefile: remove ccflags-y
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>
1 parent 1892bf9 commit 5cd601e

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

drivers/usb/gadget/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
#
55
subdir-ccflags-$(CONFIG_USB_GADGET_DEBUG) := -DDEBUG
66
subdir-ccflags-$(CONFIG_USB_GADGET_VERBOSE) += -DVERBOSE_DEBUG
7-
ccflags-y += -I$(srctree)/drivers/usb/gadget/udc
87

98
obj-$(CONFIG_USB_LIBCOMPOSITE) += libcomposite.o
109
libcomposite-y := usbstring.o config.o epautoconf.o

0 commit comments

Comments
 (0)