summaryrefslogtreecommitdiff
path: root/nuttx/configs/ea3131/src/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/ea3131/src/Makefile')
-rw-r--r--nuttx/configs/ea3131/src/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/configs/ea3131/src/Makefile b/nuttx/configs/ea3131/src/Makefile
index b49619440..685bfd997 100644
--- a/nuttx/configs/ea3131/src/Makefile
+++ b/nuttx/configs/ea3131/src/Makefile
@@ -59,8 +59,8 @@ endif
ifeq ($(CONFIG_PAGING),y)
CSRCS += up_fillpage.c
endif
-ifeq ($(CONFIG_USBSTRG),y)
-CSRCS += up_usbstrg.c
+ifeq ($(CONFIG_USBMSC),y)
+CSRCS += up_usbmsc.c
endif
COBJS = $(CSRCS:.c=$(OBJEXT))