summaryrefslogtreecommitdiff
path: root/nuttx/drivers/usbhost/Make.defs
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/drivers/usbhost/Make.defs')
-rw-r--r--nuttx/drivers/usbhost/Make.defs6
1 files changed, 3 insertions, 3 deletions
diff --git a/nuttx/drivers/usbhost/Make.defs b/nuttx/drivers/usbhost/Make.defs
index 531ff983d..9587cab08 100644
--- a/nuttx/drivers/usbhost/Make.defs
+++ b/nuttx/drivers/usbhost/Make.defs
@@ -39,7 +39,7 @@ USBHOST_CSRCS = hid_parser.c
ifeq ($(CONFIG_USBHOST),y)
USBHOST_CSRCS += usbhost_registry.c usbhost_registerclass.c usbhost_findclass.c
USBHOST_CSRCS += usbhost_enumerate.c usbhost_storage.c usbhost_hidkbd.c
-#ifeq ($(CONFIG_NET),y)
-USBHOST_CSRCS += usbhost_rtl8187.c
-#endif
+ifeq ($(CONFIG_NET),y)
+ USBHOST_CSRCS += usbhost_rtl8187.c
+endif
endif