aboutsummaryrefslogtreecommitdiff
path: root/apps/examples/hello
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-12-24 13:15:57 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-12-24 13:15:57 +0000
commit424d1af00f29a81ec98b9b91bc518b70fb8e2013 (patch)
tree8469e7567ec46216353e9eed9b5320b79f51b3e9 /apps/examples/hello
parent3fe53af6be14a28174eec48b5740dbbe7c1f818a (diff)
downloadpx4-firmware-424d1af00f29a81ec98b9b91bc518b70fb8e2013.tar.gz
px4-firmware-424d1af00f29a81ec98b9b91bc518b70fb8e2013.tar.bz2
px4-firmware-424d1af00f29a81ec98b9b91bc518b70fb8e2013.zip
Some fixes to apps/builtin/registry need to handle some additional cases
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5456 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'apps/examples/hello')
-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 c4e6f735a..fc98fa7f4 100644
--- a/apps/examples/hello/Makefile
+++ b/apps/examples/hello/Makefile
@@ -84,7 +84,7 @@ $(COBJS): %$(OBJEXT): %.c
@touch .built
ifeq ($(CONFIG_EXAMPLES_HELLO_BUILTIN),y)
-$(BUILTIN_REGISTRY)$(DELIM)$(APPNAME)_main.bdat: $(TOPDIR)$(DELIM).config Makefile
+$(BUILTIN_REGISTRY)$(DELIM)$(APPNAME)_main.bdat: $(DEPCONFIG) Makefile
$(call REGISTER,$(APPNAME),$(PRIORITY),$(STACKSIZE),$(APPNAME)_main)
context: $(BUILTIN_REGISTRY)$(DELIM)$(APPNAME)_main.bdat