diff options
author | Felix Fietkau <nbd@openwrt.org> | 2014-11-26 18:01:38 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2014-11-26 18:01:38 +0000 |
commit | ebf6331c10774ebc3ef70b0598871bcd42ac7417 (patch) | |
tree | 89910e5af2145f75fd081196f7a5089a525b33a5 /target/linux/cns3xxx/files/drivers/usb/dwc/Makefile | |
parent | 211669da3b1ca89da78afd32a7012c41958cc378 (diff) | |
download | upstream-ebf6331c10774ebc3ef70b0598871bcd42ac7417.tar.gz upstream-ebf6331c10774ebc3ef70b0598871bcd42ac7417.tar.bz2 upstream-ebf6331c10774ebc3ef70b0598871bcd42ac7417.zip |
cns3xxx: switch to using the upstream dwc2 driver instead of dwc_otg
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 43398
Diffstat (limited to 'target/linux/cns3xxx/files/drivers/usb/dwc/Makefile')
-rw-r--r-- | target/linux/cns3xxx/files/drivers/usb/dwc/Makefile | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/target/linux/cns3xxx/files/drivers/usb/dwc/Makefile b/target/linux/cns3xxx/files/drivers/usb/dwc/Makefile deleted file mode 100644 index 58f3db75c7..0000000000 --- a/target/linux/cns3xxx/files/drivers/usb/dwc/Makefile +++ /dev/null @@ -1,26 +0,0 @@ -# -# Makefile for DWC_otg Highspeed USB controller driver -# - -EXTRA_CFLAGS += -DDWC_HS_ELECT_TST -#EXTRA_CFLAGS += -Dlinux -DDWC_HS_ELECT_TST -#EXTRA_CFLAGS += -DDWC_EN_ISOC - -ifneq ($(CONFIG_DWC_HOST_ONLY),) -EXTRA_CFLAGS += -DDWC_HOST_ONLY -endif - -ifneq ($(CONFIG_DWC_DEVICE_ONLY),) -EXTRA_CFLAGS += -DDWC_DEVICE_ONLY -endif - -ifneq ($(CONFIG_DWC_DEBUG),) -EXTRA_CFLAGS += -DDEBUG -endif - -obj-$(CONFIG_USB_DWC_OTG) := dwc_otg.o - -dwc_otg-objs := otg_driver.o otg_attr.o -dwc_otg-objs += otg_cil.o otg_cil_intr.o -dwc_otg-objs += otg_pcd.o otg_pcd_intr.o -dwc_otg-objs += otg_hcd.o otg_hcd_intr.o otg_hcd_queue.o |