[U-Boot] [PATCH v5] [RESEND] Add imls utility command
Wolfgang Denk
wd at denx.de
Tue Apr 28 00:26:33 CEST 2009
Dear Marco,
In message <49E2236F.1050407 at gmail.com> you wrote:
> Signed-off-by: Marco Stornelli <marco.stornelli at gmail.com>
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: wd at denx.de
"To take a significant step forward, you must make a series of finite
improvements." - Donald J. Atwood, General Motors
More information about the U-Boot
mailing list