summaryrefslogtreecommitdiff
path: root/apps/hello/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'apps/hello/Makefile')
-rw-r--r--apps/hello/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/hello/Makefile b/apps/hello/Makefile
index b1e13fc71..720d365af 100644
--- a/apps/hello/Makefile
+++ b/apps/hello/Makefile
@@ -87,7 +87,7 @@ $(BIN): $(OBJS)
.depend: Makefile $(SRCS)
@$(MKDEP) $(ROOTDEPPATH) \
$(CC) -- $(CFLAGS) -- $(SRCS) >Make.dep
- $(call REGISTER, $(APPNAME), $(PRIORITY), $(STACKSIZE), $(APPNAME)_main)
+ $(call REGISTER,$(APPNAME),$(PRIORITY),$(STACKSIZE),$(APPNAME)_main)
@touch $@
# Register application