summaryrefslogtreecommitdiff
path: root/nuttx/configs/ne64badge/src/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/ne64badge/src/Makefile')
-rwxr-xr-xnuttx/configs/ne64badge/src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/configs/ne64badge/src/Makefile b/nuttx/configs/ne64badge/src/Makefile
index 2f8f0b390..07081cd59 100755
--- a/nuttx/configs/ne64badge/src/Makefile
+++ b/nuttx/configs/ne64badge/src/Makefile
@@ -41,7 +41,7 @@ ASRCS =
AOBJS = $(ASRCS:.S=$(OBJEXT))
CSRCS = up_boot.c up_leds.c up_buttons.c up_spi.c
-ifeq ($(CONFIG_EXAMPLES_NSH_ARCHINIT),y)
+ifeq ($(CONFIG_NSH_ARCHINIT),y)
CSRCS += up_nsh.c
endif
COBJS = $(CSRCS:.c=$(OBJEXT))