diff options
Diffstat (limited to 'drivers/usb/musb/Makefile')
-rw-r--r-- | drivers/usb/musb/Makefile | 5 |
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 | ||
77 | ifneq ($(MUSB_DEBUG),0) | 77 | ifneq ($(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 | |||
84 | endif | 79 | endif |
85 | 80 | ||
86 | EXTRA_CFLAGS += -DMUSB_DEBUG=$(MUSB_DEBUG) | 81 | EXTRA_CFLAGS += -DMUSB_DEBUG=$(MUSB_DEBUG) |