summaryrefslogtreecommitdiff
path: root/nuttx/configs/nucleus2g/src/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/nucleus2g/src/Makefile')
-rwxr-xr-xnuttx/configs/nucleus2g/src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/configs/nucleus2g/src/Makefile b/nuttx/configs/nucleus2g/src/Makefile
index c54ba8a0a..36415136d 100755
--- a/nuttx/configs/nucleus2g/src/Makefile
+++ b/nuttx/configs/nucleus2g/src/Makefile
@@ -39,7 +39,7 @@ CFLAGS += -I$(TOPDIR)/sched
ASRCS =
CSRCS = up_boot.c up_leds.c up_ssp.c
-ifeq ($(CONFIG_EXAMPLES_NSH_ARCHINIT),y)
+ifeq ($(CONFIG_NSH_ARCHINIT),y)
CSRCS += up_nsh.c
endif
ifeq ($(CONFIG_APP_DIR),examples/usbstorage)