modules.order is read by scripts/Makefile.modfinal to determine which
modules to build, so we need this recipe to execute if we want to be able
to output the recipes for building modules in dry-run mode.

Signed-off-by: Vegard Nossum <[email protected]>
---
 scripts/Makefile.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/Makefile.build b/scripts/Makefile.build
index efacca63c8976..34f86dced67f3 100644
--- a/scripts/Makefile.build
+++ b/scripts/Makefile.build
@@ -417,7 +417,7 @@ cmd_gen_order = { $(foreach m, $(real-prereqs), \
        > $@
 
 $(obj)/modules.order: $(obj-m) FORCE
-       $(call if_changed,gen_order)
+       +$(call if_changed,gen_order)
 
 $(obj)/dtbs-list: $(dtb-y) FORCE
        $(call if_changed,gen_order)
-- 
2.34.1


Reply via email to