diff options
| author | blogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-12-15 02:01:08 +0000 |
|---|---|---|
| committer | blogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-12-15 02:01:08 +0000 |
| commit | 553786683f6d1316f38c7459fb17f3f88e9c553d (patch) | |
| tree | aa951f60a68199ebc90babec9aa5580a7159e479 /target/linux/lantiq/files-3.3/drivers/usb/dwc_otg/Makefile | |
| parent | 5d8e0585ac778f4dde3ead2cee576695c351c628 (diff) | |
[lantiq] remove 3.3 and 3.6
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34699 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/lantiq/files-3.3/drivers/usb/dwc_otg/Makefile')
| -rw-r--r-- | target/linux/lantiq/files-3.3/drivers/usb/dwc_otg/Makefile | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/target/linux/lantiq/files-3.3/drivers/usb/dwc_otg/Makefile b/target/linux/lantiq/files-3.3/drivers/usb/dwc_otg/Makefile deleted file mode 100644 index d4d23554a..000000000 --- a/target/linux/lantiq/files-3.3/drivers/usb/dwc_otg/Makefile +++ /dev/null @@ -1,39 +0,0 @@ -# -# Makefile for DWC_otg Highspeed USB controller driver -# - -ifeq ($(CONFIG_DWC_OTG_DEBUG),y) -EXTRA_CFLAGS += -DDEBUG -endif - -# Use one of the following flags to compile the software in host-only or -# device-only mode based on the configuration selected by the user -ifeq ($(CONFIG_DWC_OTG_HOST_ONLY),y) - EXTRA_CFLAGS += -DDWC_OTG_HOST_ONLY -DDWC_HOST_ONLY - EXTRA_CFLAGS += -DDWC_OTG_EN_ISOC -DDWC_EN_ISOC -else ifeq ($(CONFIG_DWC_OTG_DEVICE_ONLY),y) - EXTRA_CFLAGS += -DDWC_OTG_DEVICE_ONLY -else - EXTRA_CFLAGS += -DDWC_OTG_MODE -endif - -# EXTRA_CFLAGS += -DDWC_HS_ELECT_TST -# EXTRA_CFLAGS += -DDWC_OTG_EXT_CHG_PUMP - -ifeq ($(CONFIG_DWC_OTG_LANTIQ),y) - EXTRA_CFLAGS += -Dlinux -D__LINUX__ -DDWC_OTG_IFX -DDWC_OTG_HOST_ONLY -DDWC_HOST_ONLY -D__KERNEL__ -endif -ifeq ($(CONFIG_DWC_OTG_LANTIQ),m) - EXTRA_CFLAGS += -Dlinux -D__LINUX__ -DDWC_OTG_IFX -DDWC_HOST_ONLY -DMODULE -D__KERNEL__ -DDEBUG -endif - -obj-$(CONFIG_DWC_OTG) := dwc_otg.o -dwc_otg-objs := dwc_otg_hcd.o dwc_otg_hcd_intr.o dwc_otg_hcd_queue.o -#dwc_otg-objs += dwc_otg_pcd.o dwc_otg_pcd_intr.o -dwc_otg-objs += dwc_otg_attr.o -dwc_otg-objs += dwc_otg_cil.o dwc_otg_cil_intr.o -dwc_otg-objs += dwc_otg_ifx.o -dwc_otg-objs += dwc_otg_driver.o - -#obj-$(CONFIG_DWC_OTG_IFX) := dwc_otg_ifx.o -#dwc_otg_ifx-objs := dwc_otg_ifx.o |
