Dear Marco, In message <[email protected]> you wrote: > Signed-off-by: Marco Stornelli <[email protected]>
Sorry, your patch is corrupt because your mailer wrapped long lines: ... > +all: $(BINS) > + > +$(obj)imls: $(obj)imls.o $(obj)crc32.o $(obj)image.o $(obj)md5.o \ > + $(obj)sha1.o $(LIBFDT_OBJS) > + $(CC) $(CFLAGS) -o $@ $^ > + $(STRIP) $@ > + > +# Some files complain if compiled with -pedantic, use FIT_CFLAGS > +$(obj)image.o: $(SRCTREE)/common/image.c > + $(CC) -g $(FIT_CFLAGS) -c -o $@ $< > + > +$(obj)imls.o: imls.c > + $(CC) -g $(FIT_CFLAGS) -c -o $@ $< > + > +# Some of the tool objects need to be accessed from outside the tools > directory ^^^^^^^^^^^^^^^^^^ Like here and elsewhere. Please fix your mailer setup and resubmit. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: [email protected] "To take a significant step forward, you must make a series of finite improvements." - Donald J. Atwood, General Motors _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

