[U-Boot-Users] Bug in the Makefile - MPC8360EMDS_config section
David Saada
David.Saada at ecitele.com
Wed May 2 14:31:48 CEST 2007
Hi,
The latest version's Makefile seems to have a bug in the
MPC8360EMDS_config (and derivatives) section:
The include/config.h file is not generated in the build directory
(represented by $(obj)) but always in the source directory. Therefore,
building this board in an external directory (with O=<dir>) always
fails. In addition, the build directory isn't initially created. IMO
this should be the same as other board config sections (with mkdir at
the beginning, and prepending $(obj) to include/config.h).
Regards,
David
More information about the U-Boot
mailing list