aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 44807cd9d..dfab2e914 100644
--- a/Makefile
+++ b/Makefile
@@ -370,7 +370,7 @@ gen_build_files: $(wildcard $(srctree)/*/*.c) $(wildcard $(srctree)/*/*/*.c)
370# we depend on scripts_basic, since scripts/basic/fixdep 370# we depend on scripts_basic, since scripts/basic/fixdep
371# must be built before any other host prog 371# must be built before any other host prog
372PHONY += applets_dir 372PHONY += applets_dir
373applets_dir: scripts_basic gen_build_files 373applets_dir: scripts_basic gen_build_files include/config/MARKER
374 $(Q)$(MAKE) $(build)=applets 374 $(Q)$(MAKE) $(build)=applets
375 375
376applets/%: applets_dir ; 376applets/%: applets_dir ;