Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Linyu Yuan and committed by
Greg Kroah-Hartman
5cd601e6 1892bf90

-1
-1
drivers/usb/gadget/Makefile
··· 4 4 # 5 5 subdir-ccflags-$(CONFIG_USB_GADGET_DEBUG) := -DDEBUG 6 6 subdir-ccflags-$(CONFIG_USB_GADGET_VERBOSE) += -DVERBOSE_DEBUG 7 - ccflags-y += -I$(srctree)/drivers/usb/gadget/udc 8 7 9 8 obj-$(CONFIG_USB_LIBCOMPOSITE) += libcomposite.o 10 9 libcomposite-y := usbstring.o config.o epautoconf.o