Makefile (498495dba268b20e8eadd7fe93c140c68b6cc9d2) Makefile (7ecca2a4080cb6b1fa174adc588fce9e9014c43c)
1# SPDX-License-Identifier: GPL-2.0
2# define_trace.h needs to know how to find our header
3CFLAGS_trace.o := -I$(src)
4
5udc-core-y := core.o trace.o
6
7#
8# USB peripheral controller drivers

--- 25 unchanged lines hidden (view full) ---

34obj-$(CONFIG_USB_MV_UDC) += mv_udc.o
35mv_udc-y := mv_udc_core.o
36obj-$(CONFIG_USB_FUSB300) += fusb300_udc.o
37obj-$(CONFIG_USB_FOTG210_UDC) += fotg210-udc.o
38obj-$(CONFIG_USB_MV_U3D) += mv_u3d_core.o
39obj-$(CONFIG_USB_GR_UDC) += gr_udc.o
40obj-$(CONFIG_USB_GADGET_XILINX) += udc-xilinx.o
41obj-$(CONFIG_USB_SNP_UDC_PLAT) += snps_udc_plat.o
1# SPDX-License-Identifier: GPL-2.0
2# define_trace.h needs to know how to find our header
3CFLAGS_trace.o := -I$(src)
4
5udc-core-y := core.o trace.o
6
7#
8# USB peripheral controller drivers

--- 25 unchanged lines hidden (view full) ---

34obj-$(CONFIG_USB_MV_UDC) += mv_udc.o
35mv_udc-y := mv_udc_core.o
36obj-$(CONFIG_USB_FUSB300) += fusb300_udc.o
37obj-$(CONFIG_USB_FOTG210_UDC) += fotg210-udc.o
38obj-$(CONFIG_USB_MV_U3D) += mv_u3d_core.o
39obj-$(CONFIG_USB_GR_UDC) += gr_udc.o
40obj-$(CONFIG_USB_GADGET_XILINX) += udc-xilinx.o
41obj-$(CONFIG_USB_SNP_UDC_PLAT) += snps_udc_plat.o
42obj-$(CONFIG_USB_ASPEED_VHUB) += aspeed-vhub/
42obj-$(CONFIG_USB_BDC_UDC) += bdc/
43obj-$(CONFIG_USB_BDC_UDC) += bdc/