summaryrefslogtreecommitdiff
path: root/apps/examples/hello/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'apps/examples/hello/Makefile')
-rw-r--r--apps/examples/hello/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/examples/hello/Makefile b/apps/examples/hello/Makefile
index 9c3cda894..1d78d723e 100644
--- a/apps/examples/hello/Makefile
+++ b/apps/examples/hello/Makefile
@@ -46,7 +46,7 @@ STACKSIZE = 2048
# Hello, World! Example
ASRCS =
-CSRCS = main.c
+CSRCS = hello_main.c
AOBJS = $(ASRCS:.S=$(OBJEXT))
COBJS = $(CSRCS:.c=$(OBJEXT))