summaryrefslogtreecommitdiff
path: root/nuttx/configs/vsn/src/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/vsn/src/Makefile')
-rw-r--r--nuttx/configs/vsn/src/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/configs/vsn/src/Makefile b/nuttx/configs/vsn/src/Makefile
index ec360f8f6..03559cb4a 100644
--- a/nuttx/configs/vsn/src/Makefile
+++ b/nuttx/configs/vsn/src/Makefile
@@ -55,8 +55,8 @@ AOBJS = $(ASRCS:.S=$(OBJEXT))
CSRCS = sysclock.c boot.c leds.c buttons.c spi.c \
usbdev.c power.c muxbus.c sif.c
-ifeq ($(CONFIG_USBSTRG),y)
-CSRCS += usbstrg.c
+ifeq ($(CONFIG_USBMSC),y)
+CSRCS += usbmsc.c
endif
COBJS = $(CSRCS:.c=$(OBJEXT))