summaryrefslogtreecommitdiff
path: root/nuttx/configs/olimex-strp711/src/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/olimex-strp711/src/Makefile')
-rw-r--r--nuttx/configs/olimex-strp711/src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/configs/olimex-strp711/src/Makefile b/nuttx/configs/olimex-strp711/src/Makefile
index 722d60b7c..761237d85 100644
--- a/nuttx/configs/olimex-strp711/src/Makefile
+++ b/nuttx/configs/olimex-strp711/src/Makefile
@@ -48,7 +48,7 @@ endif
ASRCS =
AOBJS = $(ASRCS:.S=$(OBJEXT))
CSRCS = up_spi.c up_leds.c up_buttons.c
-ifeq ($(CONFIG_EXAMPLES_NSH_ARCHINIT),y)
+ifeq ($(CONFIG_NSH_ARCHINIT),y)
CSRCS += up_nsh.c
endif
ifeq ($(CONFIG_NET_ENC28J60),y)