summaryrefslogtreecommitdiff
path: root/target/linux/cns3xxx/files/drivers/usb/dwc/Makefile
diff options
context:
space:
mode:
authorLudovic Pouzenc <ludovic@pouzenc.fr>2018-09-14 22:25:09 +0200
committerLudovic Pouzenc <ludovic@pouzenc.fr>2018-09-14 22:25:09 +0200
commit3362d9fb3a94d0909b79c290abc8db6abe4cca21 (patch)
tree35f9e4dfaeb691fe09fcd95b45dc440f0338a1b5 /target/linux/cns3xxx/files/drivers/usb/dwc/Makefile
parent51e1f1476f74d6788b106a066dfebd8ec6ac1bd9 (diff)
downloadmtk-20170518-3362d9fb3a94d0909b79c290abc8db6abe4cca21.zip
mtk-20170518-3362d9fb3a94d0909b79c290abc8db6abe4cca21.tar.gz
mtk-20170518-3362d9fb3a94d0909b79c290abc8db6abe4cca21.tar.bz2
target/linux : drop many arch
Diffstat (limited to 'target/linux/cns3xxx/files/drivers/usb/dwc/Makefile')
-rw-r--r--target/linux/cns3xxx/files/drivers/usb/dwc/Makefile26
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 58f3db7..0000000
--- 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