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/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/configs/mbed/src/Makefile b/nuttx/configs/mbed/src/Makefile
index 5bbf1d13c..98b824b66 100755
--- a/nuttx/configs/mbed/src/Makefile
+++ b/nuttx/configs/mbed/src/Makefile
@@ -39,7 +39,7 @@ CFLAGS += -I$(TOPDIR)/sched
ASRCS =
CSRCS = up_boot.c up_leds.c
-ifeq ($(CONFIG_EXAMPLES_NSH_ARCHINIT),y)
+ifeq ($(CONFIG_NSH_ARCHINIT),y)
CSRCS += up_nsh.c
endif
ifeq ($(CONFIG_APP_DIR),examples/usbstorage)