aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/musb/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/usb/musb/Makefile')
-rw-r--r--drivers/usb/musb/Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/usb/musb/Makefile b/drivers/usb/musb/Makefile
index 88eb67de08ae..860369c7cbe1 100644
--- a/drivers/usb/musb/Makefile
+++ b/drivers/usb/musb/Makefile
@@ -76,11 +76,6 @@ endif
76 76
77ifneq ($(MUSB_DEBUG),0) 77ifneq ($(MUSB_DEBUG),0)
78 EXTRA_CFLAGS += -DDEBUG 78 EXTRA_CFLAGS += -DDEBUG
79
80 ifeq ($(CONFIG_PROC_FS),y)
81 musb_hdrc-objs += musb_procfs.o
82 endif
83
84endif 79endif
85 80
86EXTRA_CFLAGS += -DMUSB_DEBUG=$(MUSB_DEBUG) 81EXTRA_CFLAGS += -DMUSB_DEBUG=$(MUSB_DEBUG)