mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] Makefile: add a target 'barebox.s'
@ 2013-12-02 14:17 u74147
  2013-12-02 14:31 ` Alexander Aring
  0 siblings, 1 reply; 2+ messages in thread
From: u74147 @ 2013-12-02 14:17 UTC (permalink / raw)
  To: barebox

From: Du Huanpeng <u74147@gmail.com>

to prevent go into dead loop when invoking 'make barebox.s'
(lowercase 's')

Signed-off-by: Du Huanpeng <u74147@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


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-12-02 14:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-12-02 14:17 [PATCH] Makefile: add a target 'barebox.s' u74147
2013-12-02 14:31 ` Alexander Aring

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox