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