summaryrefslogtreecommitdiff
path: root/apps/examples/usbterm/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'apps/examples/usbterm/Makefile')
-rw-r--r--apps/examples/usbterm/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/apps/examples/usbterm/Makefile b/apps/examples/usbterm/Makefile
index edb258685..bc989b6a7 100644
--- a/apps/examples/usbterm/Makefile
+++ b/apps/examples/usbterm/Makefile
@@ -83,16 +83,14 @@ $(COBJS): %$(OBJEXT): %.c
$(call ARCHIVE, $(BIN), $(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