summaryrefslogtreecommitdiff
path: root/apps/examples/tiff
diff options
context:
space:
mode:
Diffstat (limited to 'apps/examples/tiff')
-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 853e904a7..17b3bb92c 100644
--- a/apps/examples/tiff/Makefile
+++ b/apps/examples/tiff/Makefile
@@ -84,7 +84,7 @@ $(COBJS): %$(OBJEXT): %.c
@touch .built
ifeq ($(CONFIG_EXAMPLES_TIFF_BUILTIN),y)
-$(BUILTIN_REGISTRY)$(DELIM)$(APPNAME)_main.bdat: $(TOPDIR)$(DELIM).config Makefile
+$(BUILTIN_REGISTRY)$(DELIM)$(APPNAME)_main.bdat: $(DEPCONFIG) Makefile
$(call REGISTER,$(APPNAME),$(PRIORITY),$(STACKSIZE),$(APPNAME)_main)
context: $(BUILTIN_REGISTRY)$(DELIM)$(APPNAME)_main.bdat