public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot-Users] Question on examples compiling
@ 2006-04-10 22:07 Rodolfo Giometti
  2006-04-10 22:57 ` Wolfgang Denk
  0 siblings, 1 reply; 7+ messages in thread
From: Rodolfo Giometti @ 2006-04-10 22:07 UTC (permalink / raw)
  To: u-boot

Hello,

I'm just writing a support for a new board based on mips (au1100) and
I cannot understand why I have to apply this patch:

diff --git a/examples/Makefile b/examples/Makefile
index fee2674..b732318 100644
--- a/examples/Makefile
+++ b/examples/Makefile
@@ -60,7 +60,7 @@ endif
 include $(TOPDIR)/config.mk
 
 SREC	= hello_world.srec
-BIN	= hello_world.bin hello_world
+BIN	= hello_world hello_world.bin
 
 ifeq ($(CPU),mpc8xx)
 SREC	= test_burst.srec
@@ -122,7 +122,7 @@ clibdir := $(shell dirname `$(CC) $(CFLA
 
 CPPFLAGS += -I..
 
-all:	.depend $(OBJS) $(LIB) $(SREC) $(BIN)
+all:	.depend $(OBJS) $(LIB) $(BIN) $(SREC)
 
 #########################################################################
 $(LIB): .depend $(LIBOBJS)

in order to have files into example directory to be compiled? =:-o

Rodolfo

-- 

GNU/Linux Solutions                  e-mail:    giometti at enneenne.com
Linux Device Driver                             giometti at gnudd.com
Embedded Systems                     		giometti at linux.it
UNIX programming                     phone:     +39 349 2432127

^ permalink raw reply related	[flat|nested] 7+ messages in thread
[parent not found: <20060411020747.37569.qmail@web508.biz.mail.mud.yahoo.com>]

end of thread, other threads:[~2006-04-11 12:01 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-04-10 22:07 [U-Boot-Users] Question on examples compiling Rodolfo Giometti
2006-04-10 22:57 ` Wolfgang Denk
2006-04-10 23:15   ` Rodolfo Giometti
2006-04-10 23:31     ` Wolfgang Denk
2006-04-11 11:46       ` Yuli Barcohen
2006-04-11 12:01         ` Wolfgang Denk
     [not found] <20060411020747.37569.qmail@web508.biz.mail.mud.yahoo.com>
2006-04-11 11:00 ` Wolfgang Denk

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