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/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/configs/vsn/src/Makefile b/nuttx/configs/vsn/src/Makefile
index f12a8bcef..6e55c30ca 100644
--- a/nuttx/configs/vsn/src/Makefile
+++ b/nuttx/configs/vsn/src/Makefile
@@ -46,7 +46,7 @@ AOBJS = $(ASRCS:.S=$(OBJEXT))
CSRCS = sysclock.c boot.c leds.c buttons.c spi.c \
usbdev.c power.c
-ifeq ($(CONFIG_EXAMPLES_NSH_ARCHINIT),y)
+ifeq ($(CONFIG_NSH_ARCHINIT),y)
CSRCS += nsh.c
endif
ifeq ($(CONFIG_APP_DIR),examples/usbstorage)