summaryrefslogtreecommitdiff
path: root/apps/examples/nxffs/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'apps/examples/nxffs/Makefile')
-rw-r--r--apps/examples/nxffs/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/examples/nxffs/Makefile b/apps/examples/nxffs/Makefile
index bd8cd330e..2ed244f6b 100644
--- a/apps/examples/nxffs/Makefile
+++ b/apps/examples/nxffs/Makefile
@@ -45,7 +45,7 @@ CSRCS = nxffs_main.c
AOBJS = $(ASRCS:.S=$(OBJEXT))
COBJS = $(CSRCS:.c=$(OBJEXT))
-SRCS = $(ASRCS) $(CSRCS)
+SRCS = $(ASRCS) $(CSRCS) $(MAINSRC)
OBJS = $(AOBJS) $(COBJS)
ifeq ($(CONFIG_WINDOWS_NATIVE),y)