summaryrefslogtreecommitdiff
path: root/nuttx/configs/mbed/src/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/mbed/src/Makefile')
-rwxr-xr-xnuttx/configs/mbed/src/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/configs/mbed/src/Makefile b/nuttx/configs/mbed/src/Makefile
index ef8c63710..9841a90a5 100755
--- a/nuttx/configs/mbed/src/Makefile
+++ b/nuttx/configs/mbed/src/Makefile
@@ -42,8 +42,8 @@ CSRCS = up_boot.c up_leds.c
ifeq ($(CONFIG_NSH_ARCHINIT),y)
CSRCS += up_nsh.c
endif
-ifeq ($(CONFIG_USBSTRG),y)
-CSRCS += up_usbstrg.c
+ifeq ($(CONFIG_USBMSC),y)
+CSRCS += up_usbmsc.c
endif
AOBJS = $(ASRCS:.S=$(OBJEXT))