aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 036888e3d..e5ac83167 100644
--- a/Makefile
+++ b/Makefile
@@ -437,7 +437,7 @@ endif
437 437
438ifeq ($(strip $(CONFIG_FEATURE_COMPRESS_USAGE)),y) 438ifeq ($(strip $(CONFIG_FEATURE_COMPRESS_USAGE)),y)
439USAGE_BIN:=scripts/usage 439USAGE_BIN:=scripts/usage
440$(USAGE_BIN): $(top_srcdir)/scripts/usage.c 440$(USAGE_BIN): $(top_srcdir)/scripts/usage.c .config
441 $(do_link.h) 441 $(do_link.h)
442 442
443DEP_INCLUDES += include/usage_compressed.h 443DEP_INCLUDES += include/usage_compressed.h