From: Du Huanpeng <u74147@xxxxxxxxx> to prevent go into dead loop when invoking 'make barebox.s' (lowercase 's') Signed-off-by: Du Huanpeng <u74147@xxxxxxxxx> --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5e17a49..7283552 100644 --- a/Makefile +++ b/Makefile @@ -723,7 +723,7 @@ endif @echo " * Init Calls content" >> barebox.S $(Q)$(OBJDUMP) -j .barebox_initcalls -d barebox >> barebox.S else -barebox.S: barebox FORCE +barebox.S barebox.s: barebox FORCE $(call if_changed,disasm) endif -- 1.7.9.5 _______________________________________________ barebox mailing list barebox@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/barebox