summaryrefslogtreecommitdiff
path: root/nuttx/configs/eagle100/src/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/eagle100/src/Makefile')
-rw-r--r--nuttx/configs/eagle100/src/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/nuttx/configs/eagle100/src/Makefile b/nuttx/configs/eagle100/src/Makefile
index 455a5b85c..f2ca3a0d6 100644
--- a/nuttx/configs/eagle100/src/Makefile
+++ b/nuttx/configs/eagle100/src/Makefile
@@ -40,6 +40,9 @@ CFLAGS += -I$(TOPDIR)/sched
ASRCS =
AOBJS = $(ASRCS:.S=$(OBJEXT))
CSRCS = up_boot.c up_leds.c up_ethernet.c up_ssi.c
+ifeq ($(CONFIG_EXAMPLES_NSH_ARCHINIT),y)
+CSRCS += up_nsh.c
+endif
COBJS = $(CSRCS:.c=$(OBJEXT))
SRCS = $(ASRCS) $(CSRCS)