summaryrefslogtreecommitdiff
path: root/apps/examples/nettest
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/examples/nettest
parent9544c29043dbb090da9e526825bf1fd9110f656c (diff)
downloadnuttx-66c3d66d846c1944bce9192f5898e01133d7f722.tar.gz
nuttx-66c3d66d846c1944bce9192f5898e01133d7f722.tar.bz2
nuttx-66c3d66d846c1944bce9192f5898e01133d7f722.zip
Only one install target per Makefile
Diffstat (limited to 'apps/examples/nettest')
-rw-r--r--apps/examples/nettest/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/apps/examples/nettest/Makefile b/apps/examples/nettest/Makefile
index a3f302c62..e4b0f3263 100644
--- a/apps/examples/nettest/Makefile
+++ b/apps/examples/nettest/Makefile
@@ -116,16 +116,14 @@ $(HOST_BIN): $(HOST_OBJS)
$(call ARCHIVE, $(TARG_BIN), $(TARG_OBJS))
@touch .built
+install:
+
ifeq ($(CONFIG_NSH_BUILTIN_APPS),y)
$(BUILTIN_REGISTRY)$(DELIM)$(APPNAME)_main.bdat: $(DEPCONFIG) Makefile
$(call REGISTER,$(APPNAME),$(PRIORITY),$(STACKSIZE),$(APPNAME)_main)
-install:
-
context: $(BUILTIN_REGISTRY)$(DELIM)$(APPNAME)_main.bdat
else
-install:
-
context:
endif