[PATCH] Makefile: add a target 'barebox.s'
u74147 at gmail.com
u74147 at gmail.com
Mon Dec 2 09:17:00 EST 2013
From: Du Huanpeng <u74147 at gmail.com>
to prevent go into dead loop when invoking 'make barebox.s'
(lowercase 's')
Signed-off-by: Du Huanpeng <u74147 at gmail.com>
---
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
More information about the barebox
mailing list