aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/otg/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/usb/otg/Makefile')
-rw-r--r--drivers/usb/otg/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/usb/otg/Makefile b/drivers/usb/otg/Makefile
new file mode 100644
index 000000000000..483816685d00
--- /dev/null
+++ b/drivers/usb/otg/Makefile
@@ -0,0 +1,8 @@
1obj-$(CONFIG_ISP1301_OMAP) += isp1301_omap.o
2
3ifeq ($(CONFIG_USB_DEBUG),y)
4EXTRA_CFLAGS += -DDEBUG
5else ifeq ($(CONFIG_USB_GADGET_DEBUG),y)
6EXTRA_CFLAGS += -DDEBUG
7endif
8