summaryrefslogtreecommitdiff
path: root/apps/examples/smart_test/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'apps/examples/smart_test/Makefile')
-rw-r--r--apps/examples/smart_test/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/apps/examples/smart_test/Makefile b/apps/examples/smart_test/Makefile
index dd1ac3e71..464492d2f 100644
--- a/apps/examples/smart_test/Makefile
+++ b/apps/examples/smart_test/Makefile
@@ -86,18 +86,16 @@ $(COBJS): %$(OBJEXT): %.c
$(call ARCHIVE, $(BIN), $(OBJS))
$(Q) touch .built
+install:
+
# Register application
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