summaryrefslogtreecommitdiff
path: root/apps/system/stackmonitor
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-09-06 10:05:01 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-09-06 10:05:01 -0600
commit66c3d66d846c1944bce9192f5898e01133d7f722 (patch)
tree3146a7cf1c541cd3d33610b96efd4eab5346f23d /apps/system/stackmonitor
parent9544c29043dbb090da9e526825bf1fd9110f656c (diff)
downloadpx4-nuttx-66c3d66d846c1944bce9192f5898e01133d7f722.tar.gz
px4-nuttx-66c3d66d846c1944bce9192f5898e01133d7f722.tar.bz2
px4-nuttx-66c3d66d846c1944bce9192f5898e01133d7f722.zip
Only one install target per Makefile
Diffstat (limited to 'apps/system/stackmonitor')
-rw-r--r--apps/system/stackmonitor/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/apps/system/stackmonitor/Makefile b/apps/system/stackmonitor/Makefile
index f2b73365d..7f78a0f79 100644
--- a/apps/system/stackmonitor/Makefile
+++ b/apps/system/stackmonitor/Makefile
@@ -84,6 +84,8 @@ $(COBJS): %$(OBJEXT): %.c
$(call ARCHIVE, $(BIN), $(OBJS))
$(Q) touch .built
+install:
+
# Register application
ifeq ($(CONFIG_NSH_BUILTIN_APPS),y)
@@ -93,12 +95,8 @@ $(BUILTIN_REGISTRY)$(DELIM)stackmonitor_start.bdat: $(DEPCONFIG) Makefile
$(BUILTIN_REGISTRY)$(DELIM)stackmonitor_stop.bdat: $(DEPCONFIG) Makefile
$(call REGISTER,"stkmon_stop",$(PRIORITY),$(STACKSIZE),stackmonitor_stop)
-install:
-
context: $(BUILTIN_REGISTRY)$(DELIM)stackmonitor_start.bdat $(BUILTIN_REGISTRY)$(DELIM)stackmonitor_stop.bdat
else
-install:
-
context:
endif