summaryrefslogtreecommitdiff
path: root/apps/examples/json/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'apps/examples/json/Makefile')
-rw-r--r--apps/examples/json/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/examples/json/Makefile b/apps/examples/json/Makefile
index 1e42757b8..f6a38fb1a 100644
--- a/apps/examples/json/Makefile
+++ b/apps/examples/json/Makefile
@@ -82,7 +82,7 @@ $(COBJS): %$(OBJEXT): %.c
@touch .built
ifeq ($(CONFIG_NSH_BUILTIN_APPS),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