summaryrefslogtreecommitdiff
path: root/apps/examples/tiff/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'apps/examples/tiff/Makefile')
-rw-r--r--apps/examples/tiff/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/examples/tiff/Makefile b/apps/examples/tiff/Makefile
index bbe168683..045508d14 100644
--- a/apps/examples/tiff/Makefile
+++ b/apps/examples/tiff/Makefile
@@ -82,7 +82,7 @@ $(COBJS): %$(OBJEXT): %.c
@touch .built
.context:
-ifeq ($(CONFIG_EXAMPLES_USBSTRG_BUILTIN),y)
+ifeq ($(CONFIG_EXAMPLES_TIFF_BUILTIN),y)
$(call REGISTER,$(APPNAME),$(PRIORITY),$(STACKSIZE),$(APPNAME)_main)
@touch $@
endif