summaryrefslogtreecommitdiff
path: root/apps/examples/rgmp
diff options
context:
space:
mode:
Diffstat (limited to 'apps/examples/rgmp')
-rw-r--r--apps/examples/rgmp/Makefile2
-rw-r--r--apps/examples/rgmp/rgmp_main.c (renamed from apps/examples/rgmp/main.c)2
2 files changed, 2 insertions, 2 deletions
diff --git a/apps/examples/rgmp/Makefile b/apps/examples/rgmp/Makefile
index cefe63d54..60fbf7c68 100644
--- a/apps/examples/rgmp/Makefile
+++ b/apps/examples/rgmp/Makefile
@@ -40,7 +40,7 @@ include $(APPDIR)/Make.defs
# The smallest thing you can build -- the NULL example.
ASRCS =
-CSRCS = main.c
+CSRCS = rgmp_main.c
AOBJS = $(ASRCS:.S=$(OBJEXT))
COBJS = $(CSRCS:.c=$(OBJEXT))
diff --git a/apps/examples/rgmp/main.c b/apps/examples/rgmp/rgmp_main.c
index a1fa6cdc3..3ef70edc8 100644
--- a/apps/examples/rgmp/main.c
+++ b/apps/examples/rgmp/rgmp_main.c
@@ -1,5 +1,5 @@
/****************************************************************************
- * examples/rgmp/main.c
+ * examples/rgmp/rgmp_main.c
*
* Copyright (C) 2011 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <spudmonkey@racsa.co.cr>