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 <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 1892bf9 commit 5cd601e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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)