summaryrefslogtreecommitdiff
path: root/apps/examples/rgmp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'apps/examples/rgmp/Makefile')
-rw-r--r--apps/examples/rgmp/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/examples/rgmp/Makefile b/apps/examples/rgmp/Makefile
index 34a3485f6..a58849b4a 100644
--- a/apps/examples/rgmp/Makefile
+++ b/apps/examples/rgmp/Makefile
@@ -45,7 +45,7 @@ CSRCS = rgmp_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)