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