summaryrefslogtreecommitdiff
path: root/apps/system/poweroff
diff options
context:
space:
mode:
Diffstat (limited to 'apps/system/poweroff')
-rw-r--r--apps/system/poweroff/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/system/poweroff/Makefile b/apps/system/poweroff/Makefile
index 0067a13ab..eb7518fbc 100644
--- a/apps/system/poweroff/Makefile
+++ b/apps/system/poweroff/Makefile
@@ -94,7 +94,7 @@ $(COBJS): %$(OBJEXT): %.c
# Register application
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