Creation of Cybook 2416 (actually Gen4) repository
This commit is contained in:
15
drivers/usb/host/usb_otg/Makefile
Normal file
15
drivers/usb/host/usb_otg/Makefile
Normal file
@@ -0,0 +1,15 @@
|
||||
#
|
||||
# Makefile for DWC_otg Highspeed USB controller driver
|
||||
#
|
||||
|
||||
CPPFLAGS += -DDWC_HOST_ONLY
|
||||
#CPPFLAGS += -DDWC_DEVICE_ONLY
|
||||
|
||||
#CPPFLAGS += -Dlinux -DDWC_HS_ELECT_TST
|
||||
|
||||
obj-$(CONFIG_USB_OTG_HOST) += dwc_otg.o
|
||||
|
||||
dwc_otg-objs := dwc_otg_driver.o #dwc_otg_attr.o
|
||||
dwc_otg-objs += dwc_otg_cil.o dwc_otg_cil_intr.o
|
||||
dwc_otg-objs += dwc_otg_pcd.o dwc_otg_pcd_intr.o
|
||||
dwc_otg-objs += dwc_otg_hcd.o dwc_otg_hcd_intr.o dwc_otg_hcd_queue.o
|
||||
Reference in New Issue
Block a user