diff options
Diffstat (limited to 'drivers/usb/otg/Makefile')
-rw-r--r-- | drivers/usb/otg/Makefile | 8 |
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 @@ | |||
1 | obj-$(CONFIG_ISP1301_OMAP) += isp1301_omap.o | ||
2 | |||
3 | ifeq ($(CONFIG_USB_DEBUG),y) | ||
4 | EXTRA_CFLAGS += -DDEBUG | ||
5 | else ifeq ($(CONFIG_USB_GADGET_DEBUG),y) | ||
6 | EXTRA_CFLAGS += -DDEBUG | ||
7 | endif | ||
8 | |||