You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
206 B

ccflags-y += -Idrivers/usb/dwc3/
ifeq ($(CONFIG_SOCT_DRV_BUILD_KO),y)
obj-m += dwc3-soct.o
else
obj-$(CONFIG_USB_DWC3_SOCT) += dwc3-soct.o
endif
dwc3-soct-y := dwc3_soct.o
dwc3-soct-y += dwc3_soct_procfs.o