summaryrefslogtreecommitdiff
path: root/apps/poweroff/Makefile
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-03-14 23:24:42 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-03-14 23:24:42 +0000
commitb2a7bfbb51f5bf8b34ea593f3b5e76aecf9161ea (patch)
tree55d556ae70c0f6a7479269d6736abd6684a57ef9 /apps/poweroff/Makefile
parent0e24b0de612ad596103e4e01d250f0be12278783 (diff)
downloadpx4-nuttx-b2a7bfbb51f5bf8b34ea593f3b5e76aecf9161ea.tar.gz
px4-nuttx-b2a7bfbb51f5bf8b34ea593f3b5e76aecf9161ea.tar.bz2
px4-nuttx-b2a7bfbb51f5bf8b34ea593f3b5e76aecf9161ea.zip
apps/ make changes + SLIP MTU notes
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3381 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'apps/poweroff/Makefile')
-rw-r--r--apps/poweroff/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/poweroff/Makefile b/apps/poweroff/Makefile
index ceecadcd4..b8e5ecd93 100644
--- a/apps/poweroff/Makefile
+++ b/apps/poweroff/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